Bug 16424: (QA follow-up) Use Modern::Perl
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 27 Sep 2018 13:16:09 +0000 (13:16 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 28 Sep 2018 19:01:51 +0000 (19:01 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
svc/bib_framework

index 4b47d6d..1b64010 100755 (executable)
@@ -17,8 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 #
-use strict;
-use warnings;
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Auth qw/check_api_auth/;
 use C4::Biblio;