X-Git-Url: http://git.uio.no/git/?p=usit-rt.git;a=blobdiff_plain;f=lib%2FRT%2FCondition%2FOverdue.pm;fp=lib%2FRT%2FCondition%2FOverdue.pm;h=547aea25bcd391338dfab4372597b6aae662a437;hp=3bf79a117276f29d8c12e3718bce0fab6eb12efb;hb=403d7b0b0eb7d2535f279adb134aecb4fde2438d;hpb=e2a08e336be1023110964a9d7ee324663be1df00 diff --git a/lib/RT/Condition/Overdue.pm b/lib/RT/Condition/Overdue.pm index 3bf79a1..547aea2 100644 --- a/lib/RT/Condition/Overdue.pm +++ b/lib/RT/Condition/Overdue.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -59,6 +59,7 @@ Returns true if the ticket we're operating on is overdue package RT::Condition::Overdue; use base 'RT::Condition'; use strict; +use warnings; =head2 IsApplicable