Bug 17600: Standardize our EXPORT_OK
[srvgit] / tags / list.pl
index 76d65c8..ac2ccbc 100755 (executable)
 use Modern::Perl;
 use CGI qw ( -utf8 );
 
-use C4::Auth qw(:DEFAULT check_cookie_auth);
-use C4::Biblio;
+use C4::Auth qw( get_template_and_user );
+use C4::Biblio qw( GetBiblioData );
 use C4::Context;
-use C4::Items;
-use C4::Koha;
-use C4::Tags qw(get_tags remove_tag get_tag_rows);
-use C4::Output;
+use C4::Items qw( GetItemsInfo );
+use C4::Tags qw( get_tag_rows get_tags remove_tag );
+use C4::Output qw( output_html_with_http_headers );
 
 my $needed_flags = { tools => 'moderate_tags'
 };    # FIXME: replace when more specific permission is created.