@@ -, +, @@ --- labels/label-edit-range.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/labels/label-edit-range.pl +++ a/labels/label-edit-range.pl @@ -17,8 +17,7 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . -use strict; -use warnings; +use Modern::Perl; use CGI qw ( -utf8 ); --