From: Galen Charlton Date: Thu, 12 Apr 2012 21:19:40 +0000 (-0400) Subject: lp#980303: don't complain about missing plperl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5f09921d98443a50c7aba9417e6d37c4588fe150;p=evergreen%2Fpines.git 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 Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl index d9d60d8ab2..8f21b14c20 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, );