Bugzilla – Attachment 25966 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]
Bug 8044 follow-up: Add copyright block and use Modern::Perl
0003-Bug-8044-follow-up-Add-copyright-block-and-use-Moder.patch (text/plain), 1.41 KB, created by
Julian Maurice
on 2014-03-08 10:59:58 UTC
(
hide
)
Description:
Bug 8044 follow-up: Add copyright block and use Modern::Perl
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2014-03-08 10:59:58 UTC
Size:
1.41 KB
patch
obsolete
>From 75eef6130fa0c0eb548e5be63602b5af0911860f Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 20 Aug 2012 13:51:27 +0200 >Subject: [PATCH 3/4] Bug 8044 follow-up: Add copyright block and use > Modern::Perl > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/I18N.pm | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > >diff --git a/Koha/I18N.pm b/Koha/I18N.pm >index dba57da..7b72793 100644 >--- a/Koha/I18N.pm >+++ b/Koha/I18N.pm >@@ -1,7 +1,25 @@ > package Koha::I18N; > >+# Copyright 2012 BibLibre >+# >+# This file is part of Koha. >+# >+# Koha is free software; you can redistribute it and/or modify it under the >+# terms of the GNU General Public License as published by the Free Software >+# Foundation; either version 2 of the License, or (at your option) any later >+# version. >+# >+# Koha is distributed in the hope that it will be useful, but 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, write to the Free Software Foundation, Inc., >+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. >+ > use base qw(Locale::Maketext); > >+use Modern::Perl; > use C4::Templates; > use C4::Context; > >-- >1.9.0 >
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