Bug 17602: Koha::ExternalContent->koha_patron() will retutn undef rather than die...
[srvgit] / opac / opac-account-pay-paypal-return.pl
index 64292d4..76f6d21 100755 (executable)
@@ -17,8 +17,7 @@
 # with 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 utf8;
 
 use CGI;