--- Makefile.PL +++ Makefile.PL @@ -12,7 +12,7 @@ 'ABSTRACT' => 'parse and validate simple name/value option pairs', 'AUTHOR' => 'Ricardo Signes ', 'BUILD_REQUIRES' => { - 'Test::More' => '0.96' + 'Test::More' => '0.01' }, 'CONFIGURE_REQUIRES' => { 'ExtUtils::MakeMaker' => '6.30' --- t/mkopt.t +++ t/mkopt.t @@ -10,7 +10,7 @@ use Data::OptList; use Sub::Install; -use Test::More 0.88; +use Test::More qw(no_plan); # let's get a convenient copy to use: @@ -180,4 +180,4 @@ ], ); -done_testing; +#done_testing;