fix Test::More prereq for done_testing
[catagits/Catalyst-View-TT.git] / Makefile.PL
index 59fb6e6..f9437ad 100644 (file)
@@ -22,7 +22,7 @@ my %WriteMakefileArgs = (
         'Data::Dump'        => 0,
     },
     TEST_REQUIRES => {
-        'Test::More'        => '0',
+        'Test::More'        => '0.88',
         'File::Spec'        => '0',
     },