X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6c43c6f27370dee8ca906d80a035dabc06e7a1b9;hb=4d438a84f437bcb3c43a04c27823b8b431cd3f55;hp=51224e6a165503e347828559d46e9413c17abf16;hpb=3be21337e3cd9e3a5f7f44b0a26bd423876b1a00;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 51224e6..6c43c6f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,6 +26,7 @@ requires 'Try::Tiny' => '0.02'; test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception' => '0.27'; +test_requires 'Test::Requires' => '0.05'; author_requires 'File::Find::Rule'; author_requires 'Module::Info';