Bug 20018: use Modern::Perl in offline_circ scripts
[koha-equinox.git] / offline_circ / service.pl
index a23e2b8..b36162f 100755 (executable)
@@ -18,8 +18,7 @@
 # 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;