From 0b1ce40d1122accbf6d605c87de36eb7defee7b2 Mon Sep 17 00:00:00 2001 From: berick Date: Tue, 22 Feb 2011 15:35:55 -0500 Subject: [PATCH] apparently, some version of perl require 'our' in this context, presumably because it's the same package across separate files... --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {} -- 2.43.2