Force the optional test dep in author mode
[catagits/Catalyst-Devel.git] / share / Makefile.PL.tt
index 383fc97..1fcbffd 100644 (file)
@@ -14,6 +14,7 @@ requires 'Moose';
 requires 'namespace::autoclean';
 requires 'Config::General'; # This should reflect the config file format you've chosen
                  # See Catalyst::Plugin::ConfigLoader for supported formats
+test_requires 'Test::More' => '0.88';
 catalyst;
 
 install_script glob('script/*.pl');