specify Test::More 0.96 prereq for subtests
[catagits/Catalyst-Plugin-ConfigLoader.git] / Makefile.PL
index 00140fd..063af86 100644 (file)
@@ -11,7 +11,7 @@ my %META = (
     } },
     test => {
       requires => {
-        'Test::More' => 0,
+        'Test::More' => '0.96',
       },
     },
     runtime => {