From: Stevan Little Date: Thu, 8 Jun 2006 19:53:48 +0000 (+0000) Subject: updating the Test::more dependecy X-Git-Tag: 0_29_02~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c1c6c7d6d54ad611077ab4de17cc41fc177a8de;p=gitmo%2FClass-MOP.git updating the Test::more dependecy --- diff --git a/Build.PL b/Build.PL index 3a32dab..00169ba 100644 --- a/Build.PL +++ b/Build.PL @@ -13,7 +13,7 @@ my $build = Module::Build->new( }, optional => {}, build_requires => { - 'Test::More' => '0.47', + 'Test::More' => '0.62', 'Test::Exception' => '0.21', 'File::Spec' => '0', },