updataing the Test::More dep
Stevan Little [Thu, 8 Jun 2006 19:54:16 +0000 (19:54 +0000)]
Build.PL

index ecb723b..034fcc3 100644 (file)
--- 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',