Bug 17600: Standardize our EXPORT_OK
[srvgit] / tools / background-job-progress.pl
index 625389f..e9e914d 100755 (executable)
 use Modern::Perl;
 
 # standard or CPAN modules used
-use IO::File;
 use CGI qw ( -utf8 );
 use CGI::Session;
 use C4::Context;
-use C4::Auth qw/check_cookie_auth/;
+use C4::Auth qw( check_cookie_auth );
 use C4::BackgroundJob;
 use CGI::Cookie; # need to check cookies before
                  # having CGI parse the POST request