Bug 19998: use Modern::Perl in error perl scripts
[koha-equinox.git] / errors / 401.pl
index fcd2d88..52c74c2 100755 (executable)
@@ -15,8 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc.,
 # 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;