@@ -, +, @@ --- opac/opac-account-pay-paypal-return.pl | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) --- a/opac/opac-account-pay-paypal-return.pl +++ a/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; --