Added Locale::PO dependency in Makefile.PL
authorRicardo Dias Marques <koha@ricmarques.net>
Wed, 21 Oct 2009 00:34:15 +0000 (00:34 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 18 Feb 2010 18:15:27 +0000 (13:15 -0500)
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").

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

Makefile.PL

index d6c7fcf..5355c43 100644 (file)
@@ -579,6 +579,7 @@ WriteMakefile(
                             'List::MoreUtils'                  => 0.21,
                             'Locale::Currency::Format'         => 1.28,
                             'Locale::Language'                 => 2.07,
+                            'Locale::PO'                       => 0.17,
                             'MARC::Charset'                    => 0.98,
                             'MARC::Crosswalk::DublinCore'      => 0.02,
                             'MARC::File::XML'                  => 0.88,