[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.19-44-g06ee3fb

Jim Brandt jbrandt at bestpractical.com
Fri Feb 28 14:33:10 EST 2014


The branch, 4.0-trunk has been updated
       via  06ee3fbb1ced5f35cd4a5c3441e9b9bdcd27b146 (commit)
      from  1e00a7ab0d94936c71d967f8a22de75a9d9316ba (commit)

Summary of changes:
 lib/RT/Lifecycle.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 06ee3fbb1ced5f35cd4a5c3441e9b9bdcd27b146
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Feb 28 14:27:11 2014 -0500

    Correct POD for Lifecycle methods

diff --git a/lib/RT/Lifecycle.pm b/lib/RT/Lifecycle.pm
index accef22..bdb2ba6 100644
--- a/lib/RT/Lifecycle.pm
+++ b/lib/RT/Lifecycle.pm
@@ -298,7 +298,7 @@ sub IsActive {
     return 0;
 }
 
-=head3 inactive
+=head3 Inactive
 
 Returns an array of all inactive statuses for this lifecycle.
 
@@ -309,7 +309,7 @@ sub Inactive {
     return $self->Valid('inactive');
 }
 
-=head3 is_inactive
+=head3 IsInactive
 
 Takes a value and returns true if value is a valid inactive status.
 Otherwise, returns false.

-----------------------------------------------------------------------


More information about the rt-commit mailing list