summaryrefslogtreecommitdiff
path: root/rt/lib/RT/Condition/Overdue.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rt/lib/RT/Condition/Overdue.pm')
-rw-r--r--rt/lib/RT/Condition/Overdue.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/lib/RT/Condition/Overdue.pm b/rt/lib/RT/Condition/Overdue.pm
index 3bf79a117..547aea25b 100644
--- a/rt/lib/RT/Condition/Overdue.pm
+++ b/rt/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
# <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