X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fdevel%2Ftools%2Ffactory;h=5f9c49b46d218d08912f1e7ecac160bee923b0a4;hb=679854b8bbc65d112071111bbd7f34a6a481fb30;hp=099d2db8c70c68df7e9fade8a82d8460afbde778;hpb=9b328d940af56b9924a342192ebb0790478fa705;p=freeside.git 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 # # # (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;