From: Peter Rabbitson Date: Wed, 31 Aug 2011 11:30:06 +0000 (-0400) Subject: Drop Test::More requirements X-Git-Tag: v0.01^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31c38d1493bec13adcde0fc499fe144e6d87c96f;p=p5sagit%2FDevel-PeekPoke.git Drop Test::More requirements --- diff --git a/Makefile.PL b/Makefile.PL index c4941d4..abe6bf4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';