remove unneeded dependency on Test::More 0.98 (RT#88531)
authorKaren Etheridge <ether@cpan.org>
Wed, 30 Oct 2013 23:27:33 +0000 (16:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 2 Nov 2013 12:27:48 +0000 (05:27 -0700)
dist/Carp/t/Carp_overload.t

index 21225fa..6a0dbf9 100644 (file)
@@ -1,6 +1,6 @@
 use warnings;
 no warnings 'once';
-use Test::More 0.98 tests => 7;
+use Test::More tests => 7;
 
 use Carp;