X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e01587b03ec4d6338791ad6f34701434d3c1ec97;hb=1c625326c1be1e9d7af5487aa07cacb3cfdfa74a;hp=15469262233fc7f0aeef30bdb74007999c9abf65;hpb=511bf9656292258daf90b736ed2629d8b5b85188;p=catagits%2FCatalyst-Devel.git diff --git a/Makefile.PL b/Makefile.PL index 1546926..e01587b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,6 @@ use strict; use warnings; +use lib '.'; use inc::Module::Install 0.91; use Module::Install::AuthorRequires; use Module::Install::AuthorTests; @@ -7,7 +8,7 @@ use Module::Install::Authority; name 'Catalyst-Devel'; all_from 'lib/Catalyst/Devel.pm'; -authority 'MSTROUT'; +authority 'cpan:MSTROUT'; requires 'Moose'; requires 'MooseX::Emulate::Class::Accessor::Fast'; @@ -37,8 +38,6 @@ if (!$Module::Install::AUTHOR && $^O ne 'MSWin32') { 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';