X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fdevel%2Ftools%2Ffactory;h=e37fc8f30de40784ff6cdff52877b7706fd7288f;hp=099d2db8c70c68df7e9fade8a82d8460afbde778;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4 diff --git a/rt/devel/tools/factory b/rt/devel/tools/factory index 099d2db8c..e37fc8f30 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-2015 Best Practical Solutions, LLC # # # (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;