From 9455bc00afe22b7063222f77f6f99545b81051df Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 16 Sep 2015 09:43:58 -0400 Subject: [PATCH] Bug 11622 [QA Followup] - Use Modern::Perl and ditch utf8 pragma --- opac/opac-account-pay-paypal-return.pl | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/opac/opac-account-pay-paypal-return.pl b/opac/opac-account-pay-paypal-return.pl index 2f95883..5f31fac 100755 --- a/opac/opac-account-pay-paypal-return.pl +++ b/opac/opac-account-pay-paypal-return.pl @@ -17,9 +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 utf8; +use Modern::Perl; use CGI; use HTTP::Request::Common; -- 1.7.2.5