From 5a651ffedcf45dd3fbb0d9263ab82f7d1676dd8f Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 13 Oct 2011 22:26:25 -0400 Subject: [PATCH] settings-tester.pl - add TPac required modules Keep up with the TPac requirements in settings-tester.pl Signed-off-by: Dan Scott --- Open-ILS/src/support-scripts/settings-tester.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl index d76c682814..d9d60d8ab2 100755 --- a/Open-ILS/src/support-scripts/settings-tester.pl +++ b/Open-ILS/src/support-scripts/settings-tester.pl @@ -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 = ''; -- 2.11.0