Bug 29857: Rename base class as Koha::Exception
[srvgit] / tools / automatic_item_modification_by_age.pl
index ae9bcec..3693f31 100755 (executable)
@@ -32,12 +32,11 @@ This script allows a user to update the new status for items.
 use Modern::Perl;
 
 use CGI;
-use JSON qw( to_json from_json );
+use JSON qw( to_json );
 
-use C4::Auth;
+use C4::Auth qw( get_template_and_user );
 use C4::Context;
-use C4::Items;
-use C4::Output;
+use C4::Output qw( output_html_with_http_headers );
 use C4::Koha;
 
 use Koha::Items;