X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=serials%2Freorder_members.pl;h=7edeb809093f42102acf85c7f27cdc6810eb3d84;hb=f902041e244cc35ecc99e3ca256ff24c843a8b04;hp=3e0b86a7b801040d1e5ba48b38f49470d6d0ee9e;hpb=a6c9bd0eb55c32d5632625144775271f20aa15f7;p=koha.git diff --git a/serials/reorder_members.pl b/serials/reorder_members.pl index 3e0b86a7b8..7edeb80909 100755 --- a/serials/reorder_members.pl +++ b/serials/reorder_members.pl @@ -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 );