"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 <JBoyer@equinoxinitiative.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
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;