diff options
Diffstat (limited to 'rt/lib/RT/Condition/Overdue.pm')
-rw-r--r-- | rt/lib/RT/Condition/Overdue.pm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/rt/lib/RT/Condition/Overdue.pm b/rt/lib/RT/Condition/Overdue.pm index 4fb7f0d50..44d5f22e6 100644 --- a/rt/lib/RT/Condition/Overdue.pm +++ b/rt/lib/RT/Condition/Overdue.pm @@ -1,8 +1,8 @@ # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: -# -# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +# +# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC # <jesse@bestpractical.com> # # (Except where explicitly superseded by other copyright notices) @@ -45,8 +45,6 @@ # those contributions and any derivatives thereof. # # END BPS TAGGED BLOCK }}} - - =head1 NAME @@ -59,11 +57,8 @@ Returns true if the ticket we're operating on is overdue =cut package RT::Condition::Overdue; -require RT::Condition::Generic; - +use base 'RT::Condition'; use strict; -use vars qw/@ISA/; -@ISA = qw(RT::Condition::Generic); =head2 IsApplicable |