From 35863802eab24bd39a75fcba0d16ac59dca6261e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 27 Sep 2018 13:16:09 +0000 Subject: [PATCH] Bug 16424: (QA follow-up) Use Modern::Perl Signed-off-by: Nick Clemens --- svc/bib_framework | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svc/bib_framework b/svc/bib_framework index 4b47d6d17a..1b640101c2 100755 --- a/svc/bib_framework +++ b/svc/bib_framework @@ -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 ); use C4::Auth qw/check_api_auth/; use C4::Biblio; -- 2.39.2