[Koha-patches] [PATCH] Added Locale::PO dependency in Makefile.PL

Ricardo Dias Marques koha at ricmarques.net
Wed Oct 21 02:34:15 CEST 2009


In one of my setups, "install-code.pl pt-PT" complained
about a missing "Locale::PO". So, I'm adding it to
Makefile.PL. I'm using the version 0.17 as minimum
required because it's the one that's available in
Debian 5.0.2. ("lenny").

This commit is for the 3.0.x branch
---
 Makefile.PL |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 63bc820..4f96cbf 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -568,6 +568,7 @@ WriteMakefile(
                             'List::Util'                       => 1.18,
                             'List::MoreUtils'                  => 0.21,
                             'Locale::Language'                 => 2.07,
+                            'Locale::PO'                       => 0.17,
                             'MARC::Charset'                    => 0.98,
                             'MARC::Crosswalk::DublinCore'      => 0.02,
                             'MARC::File::XML'                  => 0.88,
-- 
1.5.6.5




More information about the Koha-patches mailing list