X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Flib%2FRT%2FCondition%2FOverdue.pm;fp=rt%2Flib%2FRT%2FCondition%2FOverdue.pm;h=44d5f22e65ad4fbbbf4541758437a8300257cb7b;hb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;hp=4fb7f0d5053db67228f1d3830ed03ae497e51d52;hpb=2dfda73eeb3eae2d4f894099754794ef07d060dd;p=freeside.git 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 # # # (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