[DBD::Pg] Bump Test::More requirement to .88, as we are using done_testing()
dbdpg-commits-gENoVmVU/[email protected] Thu, 14 Nov 2013 00:03:51 -0500
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Bump Test::More requirement to .88, as we are using done_testing() --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index b0a9344..7520e1c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -205,7 +205,7 @@ my %opts = PREREQ_PM => { 'ExtUtils::MakeMaker' => '6.11', 'DBI' => '1.54', - 'Test::More' => '0.61', + 'Test::More' => '0.88', 'Time::HiRes' => '0', 'version' => '0', }, -- 1.8.4