add perl prereq to Catalyst::Devel so Module::Install can find it
[catagits/Catalyst-Devel.git] / Makefile.PL
index 1546926..e01587b 100644 (file)
@@ -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';