From 3f8fffd0c1a01e8ac9fd41d51a45e61009e6fdbf Mon Sep 17 00:00:00 2001 From: dormando Date: Fri, 18 May 2012 19:25:26 -0700 Subject: [PATCH] drop Test::More to 0.88 - don't need subtests --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 4480eb6..f136b11 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,7 @@ WriteMakefile( 'IO::AIO' => 0, 'MogileFS::Client' => 0, DBI => 0, - 'Test::More' => 0.94, # 0.94 for done_testing() support + 'Test::More' => 0.88, # 0.88 for done_testing() support }, META_MERGE => { no_index => { -- 2.11.4.GIT