Bug 17600: Standardize our EXPORT_OK
[srvgit] / plugins / plugins-upload.pl
index a681aab..3e44f00 100755 (executable)
@@ -21,12 +21,11 @@ use Modern::Perl;
 use Archive::Extract;
 use CGI qw ( -utf8 );
 use Mojo::UserAgent;
-use File::Copy;
 use File::Temp;
 
 use C4::Context;
-use C4::Auth;
-use C4::Output;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
 use C4::Members;
 use Koha::Logger;
 use Koha::Plugins;