simplify prereqs of version matching author test
[catagits/Catalyst-Devel.git] / Makefile.PL
index a66eb59..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;
@@ -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';