From 844b2da1c38d045c45892bf07bdeab5a88d8418c Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Tue, 15 Sep 2020 09:00:15 -0400 Subject: [PATCH] LP1895660: SuperCat.pm "my" variable $U masks earlier declaration in same scope AppUtils is 'use'-ed and assigned to $U at the top of the file and shared among the rest of the modules already. Signed-off-by: Jason Boyer Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm index 2715571e19..edaa48cb6e 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm @@ -3797,9 +3797,6 @@ sub as_xml { package OpenILS::Application::SuperCat::unAPI::acp; use base qw/OpenILS::Application::SuperCat::unAPI/; -use OpenILS::Application::AppUtils; -my $U = "OpenILS::Application::AppUtils"; - sub as_xml { my $self = shift; my $args = shift; -- 2.11.0