Bugzilla – Attachment 11696 Details for
Bug 8044
Localization for Perl scripts and modules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Followup for pragmas in modules
patch.txt (text/plain), 1.09 KB, created by
Marcel de Rooy
on 2012-08-20 11:38:27 UTC
(
hide
)
Description:
Followup for pragmas in modules
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-08-20 11:38:27 UTC
Size:
1.09 KB
patch
obsolete
>From 34277a1b37aeddea020e28db3189dc8ad87233cd Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 20 Aug 2012 13:20:52 +0200 >Subject: [PATCH] 8044 Followup for modules >Content-Type: text/plain; charset="utf-8" > >Adds strict and warnings pragma to I18N.pm. >Removes duplicate from KohaBranchName.pm. >--- > Koha/I18N.pm | 3 +++ > Koha/Template/Plugin/KohaBranchName.pm | 2 -- > 2 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/Koha/I18N.pm b/Koha/I18N.pm >index dba57da..3994ab5 100644 >--- a/Koha/I18N.pm >+++ b/Koha/I18N.pm >@@ -1,5 +1,8 @@ > package Koha::I18N; > >+use strict; >+use warnings; >+ > use base qw(Locale::Maketext); > > use C4::Templates; >diff --git a/Koha/Template/Plugin/KohaBranchName.pm b/Koha/Template/Plugin/KohaBranchName.pm >index a39aba0..bfcc0f9 100644 >--- a/Koha/Template/Plugin/KohaBranchName.pm >+++ b/Koha/Template/Plugin/KohaBranchName.pm >@@ -22,8 +22,6 @@ use warnings; > > use Template::Plugin::Filter; > use base qw( Template::Plugin::Filter ); >-use warnings; >-use strict; > > use C4::Branch qw( GetBranchName );; > >-- >1.7.7.6 >
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 8044
:
9415
|
9416
|
9427
|
9449
|
9910
|
9911
|
11689
|
11690
|
11691
|
11693
|
11694
|
11695
|
11696
|
11697
|
13218
|
13219
|
13220
|
13221
|
17711
|
17712
|
17713
|
17714
|
19100
|
19101
|
19102
|
19103
|
20366
|
20367
|
20368
|
20369
|
20370
|
25964
|
25965
|
25966
|
25967