Bug 13895: (follow-up) Add Modern::Perl
authorNick Clemens <nick@bywatersolutions.com>
Fri, 29 Mar 2019 13:17:14 +0000 (13:17 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 29 Mar 2019 13:17:14 +0000 (13:17 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Koha/REST/V1/Checkouts.pm

index 6c1c5e3..0e3b60e 100644 (file)
@@ -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 );