From cc7d2e45faa6b40a3e6173f2c25698877e22d826 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 29 Mar 2019 13:17:14 +0000 Subject: [PATCH] Bug 13895: (follow-up) Add Modern::Perl --- Koha/REST/V1/Checkouts.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Koha/REST/V1/Checkouts.pm b/Koha/REST/V1/Checkouts.pm index 6c1c5e3985..0e3b60e445 100644 --- a/Koha/REST/V1/Checkouts.pm +++ b/Koha/REST/V1/Checkouts.pm @@ -15,6 +15,8 @@ package Koha::REST::V1::Checkouts; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +use Modern::Perl; + use Mojo::Base 'Mojolicious::Controller'; use C4::Auth qw( haspermission ); -- 2.11.0