]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Condition/Overdue.pm
Upgrade to 4.0.10.
[usit-rt.git] / lib / RT / Condition / Overdue.pm
index 3bf79a117276f29d8c12e3718bce0fab6eb12efb..547aea25bcd391338dfab4372597b6aae662a437 100644 (file)
@@ -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
 #                                          <sales@bestpractical.com>
 #
 # (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