X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=04a9c36481a2695da07c95f67dc72b4817387e79;hb=1e54d543ecef724f9d0de91786f85043a27a1869;hp=567dbfe0a3be36557d0a476c40d35918aacc9ffc;hpb=003eeeb99ddb48dd6bff514a443e19441a35c572;p=gitmo%2FMooseX-MetaDescription.git diff --git a/Makefile.PL b/Makefile.PL index 567dbfe..04a9c36 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings; use inc::Module::Install; -name 'MooseX::MetaDescription'; +name 'MooseX-MetaDescription'; all_from 'lib/MooseX/MetaDescription.pm'; license 'perl'; @@ -10,9 +10,10 @@ license 'perl'; requires 'Moose' => 0.40; # things the tests need -build_requires 'Test::More' => '0.62'; +build_requires 'Test::More' => '0.62'; tests('t/*.t'); +author_tests('t-author'); WriteAll();