From: Stevan Little Date: Thu, 8 Jun 2006 19:54:16 +0000 (+0000) Subject: updataing the Test::More dep X-Git-Tag: 0_09_03~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76e808ac6b3dde8c69a9322b4829812766804a31;p=gitmo%2FMoose.git updataing the Test::More dep --- diff --git a/Build.PL b/Build.PL index ecb723b..034fcc3 100644 --- a/Build.PL +++ b/Build.PL @@ -17,7 +17,7 @@ my $build = Module::Build->new( optional => { }, build_requires => { - 'Test::More' => '0.47', + 'Test::More' => '0.62', 'Test::Exception' => '0.21', }, create_makefile_pl => 'traditional',