summaryrefslogtreecommitdiff
path: root/rt/lib/RT/Shredder/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rt/lib/RT/Shredder/Constants.pm')
-rw-r--r--rt/lib/RT/Shredder/Constants.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/rt/lib/RT/Shredder/Constants.pm b/rt/lib/RT/Shredder/Constants.pm
index ff00e5a2d..ba160ce5e 100644
--- a/rt/lib/RT/Shredder/Constants.pm
+++ b/rt/lib/RT/Shredder/Constants.pm
@@ -2,7 +2,7 @@
#
# COPYRIGHT:
#
-# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
# <sales@bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
@@ -48,6 +48,9 @@
package RT::Shredder::Constants;
+use strict;
+use warnings;
+
use base qw(Exporter);
=head1 NAME