Drop Test::More requirements v0.01
Peter Rabbitson [Wed, 31 Aug 2011 11:30:06 +0000 (07:30 -0400)]
Makefile.PL

index c4941d4..abe6bf4 100644 (file)
@@ -16,8 +16,8 @@ if ($use_pp and ($] =~ /^5.(\d{3})/)[0] % 2) {
 # the XS version should work fine on 5.6
 perl_version $use_pp ? '5.008001' : '5.006';
 
-test_requires 'Test::More'      => '0.92';
-test_requires 'Test::Exception' => '0.31';
+test_requires 'Test::More'      => '0.88';  # done testing
+test_requires 'Test::Exception' => '0.31';  # non-segfaulting caller()
 
 all_from 'lib/Devel/PeekPoke.pm';