From: adamk@cpan.org <adamk@cpan.org>
Date: Sat, 18 Apr 2009 06:44:05 +0000 (+0000)
Subject: Test::More's BAIL_OUT command imposes a 0.61 dependency
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=314dafef7fffe175bc424dea410b63f2d993e7bf;p=dbsrgits%2FDBM-Deep.git

Test::More's BAIL_OUT command imposes a 0.61 dependency

git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@6389 88f4d9cd-8a04-0410-9d60-8f63309c3137
---

diff --git a/Build.PL b/Build.PL
index 48b0979..bccfd26 100644
--- a/Build.PL
+++ b/Build.PL
@@ -17,7 +17,7 @@ my $build = Module::Build->new(
         'Pod::Usage'      => '1.3',
         'Test::Deep'      => '0.095',
         'Test::Warn'      => '0.08',
-        'Test::More'      => '0.47',
+        'Test::More'      => '0.61',
         'Test::Exception' => '0.21',
         'IO::Scalar'      => '0.01',
     },