Bugzilla – Attachment 70711 Details for
Bug 20000
use Modern::Perl in installer perl scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20000: Fixing problems with the change to 'use strict: use warnings;' to 'use Modern::Perl;' in the following installer scripts
Bug-20000-Fixing-problems-with-the-change-to-use-s.patch (text/plain), 1.47 KB, created by
Zoe Bennett
on 2018-01-18 20:43:04 UTC
(
hide
)
Description:
Bug 20000: Fixing problems with the change to 'use strict: use warnings;' to 'use Modern::Perl;' in the following installer scripts
Filename:
MIME Type:
Creator:
Zoe Bennett
Created:
2018-01-18 20:43:04 UTC
Size:
1.47 KB
patch
obsolete
>From 51aa4c7eedbf8af9e560a3038db635ac7769d5d3 Mon Sep 17 00:00:00 2001 >From: Zoe Bennett <zoebennett1308@gmail.com> >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 <http://www.gnu.org/licenses>. > >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20000
:
70648
|
70710
|
70711
|
70840
|
70841
|
71191
|
72297
|
83402
|
83672
|
84671