From f9e63f33f58b96f6d8ffb9d5a076e5b49af4aacd Mon Sep 17 00:00:00 2001 From: Ricardo Dias Marques Date: Wed, 21 Oct 2009 00:34:15 +0000 Subject: [PATCH] Added Locale::PO dependency in Makefile.PL 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 --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index d6c7fcfa11..5355c43b54 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, -- 2.39.5