[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5a651ffedcf45dd3fbb0d9263ab82f7d1676dd8f

Evergreen Git git at git.evergreen-ils.org
Thu Oct 13 22:27:21 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  5a651ffedcf45dd3fbb0d9263ab82f7d1676dd8f (commit)
      from  7842cea0c8304c2c86cb0f045e3563e667064285 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5a651ffedcf45dd3fbb0d9263ab82f7d1676dd8f
Author: Dan Scott <dscott at laurentian.ca>
Date:   Thu Oct 13 22:26:25 2011 -0400

    settings-tester.pl - add TPac required modules
    
    Keep up with the TPac requirements in settings-tester.pl
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl
index d76c682..d9d60d8 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 = '';

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/support-scripts/settings-tester.pl |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list