simplify prereqs of version matching author test
[catagits/Catalyst-Devel.git] / Makefile.PL
index ce47a68..e01587b 100644 (file)
@@ -1,11 +1,14 @@
 use strict;
 use warnings;
+use lib '.';
 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';
@@ -35,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';