From e7ef29c9e9246f300f1dbcf71a5b19d9486daf2a Mon Sep 17 00:00:00 2001 From: dbs Date: Sat, 1 Dec 2007 19:51:56 +0000 Subject: [PATCH] Disable strict refs (really) git-svn-id: svn://svn.open-ils.org/ILS/trunk@8122 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/settings-tester.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl index e82579d022..23bdc42b4a 100755 --- a/Open-ILS/src/support-scripts/settings-tester.pl +++ b/Open-ILS/src/support-scripts/settings-tester.pl @@ -38,8 +38,8 @@ while (my $mod = ) { my $ok = 0; for my $m (@list) { $ok++ if ($m->use); - # Enable strict refs for now - no strict; + # Disable strict refs for now + no strict 'refs'; print "$m version ".${$m."::VERSION"}."\n" unless ($@); } -- 2.11.0