use IPC::Open3 rather than IPC::Run3
[catagits/Catalyst-Devel.git] / Makefile.PL
index 56b1712..964ce6b 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings;
 use lib '.';
+use lib 'inc';
 use inc::Module::Install 0.91;
 use Module::Install::AuthorRequires;
 use Module::Install::AuthorTests;
@@ -37,7 +38,7 @@ if (!$Module::Install::AUTHOR && $^O ne 'MSWin32') {
 # it in its inc/ directory for releases.
 requires 'Module::Install' => '1.02';
 
-author_requires 'IPC::Run3';
+author_requires 'Proc::Background';
 author_requires 'Test::Pod';
 author_requires 'Test::Pod::Coverage';