Bug 19991: use Modern::Perl in OPAC perl scripts
[koha-ffzg.git] / opac / errors / 403.pl
index 8e502bb..3ea0306 100755 (executable)
@@ -16,9 +16,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;
 use C4::Output;