settings-tester.pl - add TPac required modules
authorDan Scott <dscott@laurentian.ca>
Fri, 14 Oct 2011 02:26:25 +0000 (22:26 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 14 Oct 2011 02:26:25 +0000 (22:26 -0400)
Keep up with the TPac requirements in settings-tester.pl

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/support-scripts/settings-tester.pl

index d76c682..d9d60d8 100755 (executable)
@@ -2,7 +2,7 @@
 # vim:et:ts=4:
 use strict;
 use warnings;
-use Test::More tests => 5;
+use Test::More tests => 7;
 use Error qw(:try);
 
 BEGIN {
@@ -11,6 +11,8 @@ BEGIN {
     use_ok( 'Getopt::Long' );
     use_ok( 'MARC::Record', '2.0.1' );
     use_ok( 'Net::Domain' );
+    use_ok( 'Locale::Maketext::Lexicon' );
+    use_ok( 'Template::Plugin::POSIX' );
 }
 
 my $output = '';