X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=15469262233fc7f0aeef30bdb74007999c9abf65;hb=930239b4145e11904f3802f1970c5a9a07f5ddca;hp=edf930b2ddfd6d2bc4524eeca83eb5fe3da697f8;hpb=8527ca627b6872946c372b2e728e5c1d0d5b4b51;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index edf930b..1546926 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 'MSTROUT'; requires 'Moose'; requires 'MooseX::Emulate::Class::Accessor::Fast'; @@ -32,11 +34,13 @@ 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'; author_requires 'File::Find::Rule'; +author_requires 'Test::Pod'; +author_requires 'Test::Pod::Coverage'; test_requires 'Test::More' => '0.94'; test_requires 'Test::Fatal' => '0.003';