Bug 21467: Add subscription's info when ordering
[koha.git] / acqui / invoices.pl
index 3c10e7a..8ab7a32 100755 (executable)
@@ -26,8 +26,7 @@ Search for invoices
 
 =cut
 
-use strict;
-use warnings;
+use Modern::Perl;
 
 use CGI qw ( -utf8 );
 use C4::Auth;