[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5f09921d98443a50c7aba9417e6d37c4588fe150
Evergreen Git
git at git.evergreen-ils.org
Fri Apr 13 10:05:32 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, master has been updated
via 5f09921d98443a50c7aba9417e6d37c4588fe150 (commit)
from d22291dd0f717f629fd22afce5bdc98269e634dd (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 5f09921d98443a50c7aba9417e6d37c4588fe150
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