From 67dff96c65cd489eb3c03426ac6790229244803a 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 --- svc/bib_framework | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svc/bib_framework b/svc/bib_framework index 4b47d6d..1b64010 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.1.4