From: Mark Addison Date: Wed, 18 May 2005 16:17:41 +0000 (+0000) Subject: Upped version of Test::More req so we get upto date is_deeply(). X-Git-Tag: v0.11008~566 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7f2b8f37ef5d60aed89a499711f42bbe9c0f9f56;p=dbsrgits%2FSQL-Translator.git Upped version of Test::More req so we get upto date is_deeply(). --- diff --git a/Build.PL b/Build.PL index 69434c5..619891b 100644 --- a/Build.PL +++ b/Build.PL @@ -1,4 +1,4 @@ -# $Id: Build.PL,v 1.4 2005-05-18 15:47:24 grommit Exp $ +# $Id: Build.PL,v 1.5 2005-05-18 16:17:41 grommit Exp $ use strict; use Module::Build; @@ -42,7 +42,7 @@ my $builder = Module::Build->new( build_requires => { 'File::Basename' => 0, 'File::Spec' => 0, - 'Test::More' => 0, + 'Test::More' => 0.6, 'Test::Exception' => 0, 'Test::Differences' => 0, }