From 2d87fbeabc6b5f3b9859fd1b5c9e3f45808c56f0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 15 Sep 2009 08:20:50 -0400 Subject: [PATCH] bumped up required version of Test::More Now requiring at least 0.80, the oldest version available from CPAN, because use_ok tests were not being properly accounted for in the test plan before 0.73. This led to a situation where a test script containing a use_ok test that passes running under an earlier version of Test::More would fail under a more recent one. Signed-off-by: Galen Charlton --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index e5c1e79bbd..e3957dc363 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -597,7 +597,7 @@ WriteMakefile( 'Term::ANSIColor' => 1.10, 'Test' => 1.25, 'Test::Harness' => 2.56, - 'Test::More' => 0.62, + 'Test::More' => 0.80, 'Text::CSV' => 0.01, 'Text::CSV_XS' => 0.32, 'Text::Iconv' => 1.7, -- 2.39.2