From 51aa4c7eedbf8af9e560a3038db635ac7769d5d3 Mon Sep 17 00:00:00 2001 From: Zoe Bennett Date: Thu, 18 Jan 2018 20:41:29 +0000 Subject: [PATCH] Bug 20000: Fixing problems with the change to 'use strict: use warnings;' to 'use Modern::Perl;' in the following installer scripts data/mysql/patroncards_upgrade.pl data/mysql/update22to30.pl --- installer/data/mysql/patroncards_upgrade.pl | 2 +- installer/data/mysql/update22to30.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/patroncards_upgrade.pl b/installer/data/mysql/patroncards_upgrade.pl index d289cb5..673575d 100755 --- a/installer/data/mysql/patroncards_upgrade.pl +++ b/installer/data/mysql/patroncards_upgrade.pl @@ -13,7 +13,7 @@ # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# + # You should have received a copy of the GNU General Public License # along with Koha; if not, see . diff --git a/installer/data/mysql/update22to30.pl b/installer/data/mysql/update22to30.pl index 0b53272..2f44b06 100755 --- a/installer/data/mysql/update22to30.pl +++ b/installer/data/mysql/update22to30.pl @@ -11,6 +11,7 @@ # - Would also be a good idea to offer to do a backup at this time... # NOTE: If you do something more than once in here, make it table driven. + use Modern::Perl; # CPAN modules -- 2.1.4