summaryrefslogtreecommitdiff
path: root/rt/devel/tools/factory
diff options
context:
space:
mode:
Diffstat (limited to 'rt/devel/tools/factory')
-rw-r--r--rt/devel/tools/factory3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/devel/tools/factory b/rt/devel/tools/factory
index 099d2db8c..5f9c49b46 100644
--- a/rt/devel/tools/factory
+++ b/rt/devel/tools/factory
@@ -3,7 +3,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)
@@ -47,6 +47,7 @@
#
# END BPS TAGGED BLOCK }}}
use strict;
+use warnings;
use DBI;
die "Usage: $0 database namespace" if @ARGV != 2;