X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a66eb59447127e1e6e82a3e9437dbb7f13e2c2fd;hb=05599dea949194b04aff55b958f1fc4604acc919;hp=ca242bcc31ebd4fbc814a161a5ff4ab9e7a08c2e;hpb=35155ac6914c3313408bf098fd815b980dab5b38;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index ca242bc..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'; @@ -32,7 +34,7 @@ if (!$Module::Install::AUTHOR && $^O ne 'MSWin32') { # this distribution. Therefore we really *depend* on Module::Install to be # installed, even though we also use it to build this distribution and include # it in its inc/ directory for releases. -requires 'Module::Install' => '0.91'; +requires 'Module::Install' => '1.02'; author_requires 'IPC::Run3'; author_requires 'Module::Info';