Bug 21552: Use raw filter for displaying RoutingListNote
[koha.git] / serials / reorder_members.pl
index 3e0b86a..7edeb80 100755 (executable)
@@ -18,8 +18,7 @@
 # In this instance it is in fact a setting up of a list of reserves for the item
 # where the hierarchical order can be changed on the fly and a routing list can be
 # printed out
-use strict;
-use warnings;
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Auth qw( checkauth );
 use C4::Serials qw( reorder_members );