Bugzilla – Attachment 70710 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 follwing installer script
Bug-20000-Fixing-problems-with-the-change-to-use-s.patch (text/plain), 895 bytes, created by
Zoe Bennett
on 2018-01-18 20:38:59 UTC
(
hide
)
Description:
Bug 20000: Fixing problems with the change to 'use strict: use warnings;' to 'use Modern::Perl;' in the follwing installer script
Filename:
MIME Type:
Creator:
Zoe Bennett
Created:
2018-01-18 20:38:59 UTC
Size:
895 bytes
patch
obsolete
>From 4c559e1bbb7f84f41ec954d67183a555ee88f738 Mon Sep 17 00:00:00 2001 >From: Zoe Bennett <zoebennett1308@gmail.com> >Date: Thu, 18 Jan 2018 20:35:57 +0000 >Subject: [PATCH] Bug 20000: Fixing problems with the change to 'use strict: > use warnings;' to 'use Modern::Perl;' in the follwing installer script > >data/mysql/labels_upgrade.pl >--- > installer/data/mysql/labels_upgrade.pl | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/installer/data/mysql/labels_upgrade.pl b/installer/data/mysql/labels_upgrade.pl >index 158a4ec..bb891b4 100755 >--- a/installer/data/mysql/labels_upgrade.pl >+++ b/installer/data/mysql/labels_upgrade.pl >@@ -17,8 +17,7 @@ > # You should have received a copy of the GNU General Public License > # along with Koha; if not, see <http://www.gnu.org/licenses>. > >-#use strict; >-#use warnings; FIXME - Bug 2505 >+use Modern::Perl; > > use C4::Context; > >-- >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