Bug 20624: (QA follow-up) Add missing POD in Koha::REST::V1::OAuth
[koha.git] / acqui / histsearch.pl
index 75949ee..b30eda3 100755 (executable)
@@ -49,14 +49,12 @@ to filter on ended date.
 
 =cut
 
-use strict;
-#use warnings; FIXME - Bug 2505
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Auth;    # get_template_and_user
 use C4::Output;
 use C4::Acquisition;
 use C4::Debug;
-use C4::Branch;
 use C4::Koha;
 use Koha::DateUtils;