Require Test::More 0.88 for done_testing
[gitmo/MooseX-ClassAttribute.git] / Build.PL
index 353d689..9e242da 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -12,7 +12,7 @@ my $builder = Module::Build->new(
     },
     build_requires => {
         'Scalar::Util' => '0',
-        'Test::More'   => '0',
+        'Test::More'   => '0.88',
     },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,