X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=74ffec587c7549612dfebefc41018cb9ddad08d9;hb=f6982f5fc215257210cc837934331e0cade2898e;hp=e95650f34775892aad1ca9a3b47ce68e4da6b6c4;hpb=794d7304c955514ec6a073faad549afbe0d5d299;p=gitmo%2FMooseX-MetaDescription.git diff --git a/Makefile.PL b/Makefile.PL index e95650f..74ffec5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install; +use inc::Module::Install 0.67; use Module::Install::AuthorRequires; use Module::Install::AuthorTests; @@ -12,7 +12,7 @@ license 'perl'; requires 'Moose' => 0.40; # things the tests need -build_requires 'Test::More' => '0.62'; +test_requires 'Test::More' => '0.62'; author_requires 'Test::Pod' => '1.14'; author_requires 'Test::Pod::Coverage';