From 8882dca4631fe9e1907b3cb8b4a2a8a9e8cb8d72 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 1 Mar 2018 00:07:59 +0000 Subject: [PATCH] Bug 20000: Removing Modern::Perl from old scripts as per Jonathan's comment 10 Sponsored-by: Catalyst IT --- installer/data/mysql/labels_upgrade.pl | 2 -- installer/data/mysql/patroncards_upgrade.pl | 2 -- 2 files changed, 4 deletions(-) diff --git a/installer/data/mysql/labels_upgrade.pl b/installer/data/mysql/labels_upgrade.pl index bb891b4..859a7d9 100755 --- a/installer/data/mysql/labels_upgrade.pl +++ b/installer/data/mysql/labels_upgrade.pl @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . -use Modern::Perl; - use C4::Context; my $sth = C4::Context->dbh; diff --git a/installer/data/mysql/patroncards_upgrade.pl b/installer/data/mysql/patroncards_upgrade.pl index 673575d..ae0d9d7 100755 --- a/installer/data/mysql/patroncards_upgrade.pl +++ b/installer/data/mysql/patroncards_upgrade.pl @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . -use Modern::Perl; - use C4::Context; my $sth = C4::Context->dbh; -- 2.1.4