Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / admin / oai_set_mappings.pl
index e8b8b7e..0210396 100755 (executable)
@@ -33,11 +33,10 @@ the OR operator will be applied.
 use Modern::Perl;
 
 use CGI qw ( -utf8 );
-use C4::Auth;
-use C4::Output;
-use C4::OAI::Sets;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
+use C4::OAI::Sets qw( GetOAISet GetOAISetMappings ModOAISetMappings );
 
-use Data::Dumper;
 
 my $input = CGI->new;
 my ($template, $loggedinuser, $cookie, $flags) = get_template_and_user( {