From: berick Date: Tue, 22 Feb 2011 20:35:55 +0000 (-0500) Subject: apparently, some version of perl require 'our' in this context, presumably because... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0b1ce40d1122accbf6d605c87de36eb7defee7b2;p=evergreen%2Fequinox.git apparently, some version of perl require 'our' in this context, presumably because it's the same package across separate files... --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm index e37fc7ca8d..50495a87e9 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm @@ -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 => {}