From 521776bde00f964651b52aaf1aa0af28649f71e2 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Fri, 11 Jan 2008 02:57:10 -0600 Subject: [PATCH] hdl has added a Text::Iconv dependancy yesterday, checking it in installer Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- Makefile.PL | 1 + about.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 1be05001ce..353f3dcf11 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -516,6 +516,7 @@ WriteMakefile( 'Test::More' => 0.62, 'Text::CSV' => 0.01, 'Text::CSV_XS' => 0.32, +'Text::Iconv' => 1.7, 'Text::Wrap' => 2005.082401, 'Time::HiRes' => 1.86, 'Time::localtime' => 1.02, diff --git a/about.pl b/about.pl index e07ba30438..32b29783f3 100755 --- a/about.pl +++ b/about.pl @@ -102,6 +102,7 @@ Test::Harness Test::More Text::CSV Text::CSV_XS +Text::Iconv Text::Wrap Time::HiRes Time::localtime -- 2.39.2