X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a66eb59447127e1e6e82a3e9437dbb7f13e2c2fd;hb=05599dea949194b04aff55b958f1fc4604acc919;hp=ce47a68bae224bb6bbae889716653a1bd8516ece;hpb=d1840405140904babc6917914d42f09cc028822b;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index ce47a68..a66eb59 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,9 +3,11 @@ use warnings; use inc::Module::Install 0.91; use Module::Install::AuthorRequires; use Module::Install::AuthorTests; +use Module::Install::Authority; name 'Catalyst-Devel'; all_from 'lib/Catalyst/Devel.pm'; +authority 'cpan:MSTROUT'; requires 'Moose'; requires 'MooseX::Emulate::Class::Accessor::Fast';