Bug 18789: (QA follow-up) Fix viewlog when accessed via circulation
[koha.git] / tools / letter.pl
index 9222079..ef29c73 100755 (executable)
@@ -40,8 +40,7 @@
 # TODO This script drives the CRUD operations on the letter table
 # The DB interaction should be handled by calls to C4/Letters.pm
 
-use strict;
-use warnings;
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Context;