apparently, some version of perl require 'our' in this context, presumably because...
authorberick <berick@esilibrary.com>
Tue, 22 Feb 2011 20:35:55 +0000 (15:35 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Jul 2011 18:34:04 +0000 (14:34 -0400)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm

index e37fc7c..50495a8 100644 (file)
@@ -7,7 +7,7 @@ use OpenILS::Utils::Fieldmapper;
 use OpenILS::Application::AppUtils;
 my $U = 'OpenILS::Application::AppUtils';
 
-my %cache = (
+our %cache = (
     map => {aou => {}}, # others added dynamically as needed
     list => {},
     org_settings => {}