diff --git a/Makefile.PL b/Makefile.PL index 05b344b..5c832af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -335,8 +335,7 @@ WriteMakefile( 'Tie::Hash' => 0, 'File::Spec' => (WINLIKE ? '3.27' : '0.82'), 'DBI' => $DBI_required, - 'Test::More' => '0.82', # Test::NoWarnings - 'Test::Builder' => '0.86', # Test::NoWarnings + 'Test::More' => '0.88', # done_testing ( WINLIKE ? ( 'Win32' => '0.30', ) : () ), @@ -367,9 +366,7 @@ WriteMakefile( }, build_requires => { 'File::Spec' => (WINLIKE ? '3.27' : '0.82'), - 'Test::More' => '0.82', - # Bundled in /inc - # 'Test::NoWarnings' => '0.081', + 'Test::More' => '0.88', }, requires => { 'Tie::Hash' => 0,