Bug 19998: use Modern::Perl in error perl scripts
[koha-equinox.git] / errors / 403.pl
index 3a46f68..78f4f08 100755 (executable)
@@ -16,8 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 
-use strict;
-use warnings;
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;