[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 612ed38c9f0867a4392406bc84bb70abc8172f52

Evergreen Git git at git.evergreen-ils.org
Fri Apr 13 10:05:53 EDT 2012


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, rel_2_2 has been updated
       via  612ed38c9f0867a4392406bc84bb70abc8172f52 (commit)
      from  e1c40efe362c7e617eb81fca37f0a1f231ba327e (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 612ed38c9f0867a4392406bc84bb70abc8172f52
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 12 17:19:40 2012 -0400

    lp#980303: don't complain about missing plperl
    
    Now that use of PL/PERL has been dropped in favor of
    using PL/PERLU for all Perl SPs, settings-tester.pl need not
    check for it.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Dan Scott <dan.scott at laurentian.ca>

diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl
index d9d60d8..8f21b14 100755
--- a/Open-ILS/src/support-scripts/settings-tester.pl
+++ b/Open-ILS/src/support-scripts/settings-tester.pl
@@ -273,7 +273,6 @@ sub check_db_langs {
 
     # Ensure the following PostgreSQL languages have been enabled
     my %languages = (
-        'plperl' => 0,
         'plperlu' => 0,
         'plpgsql' => 0,
     );

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list