clean up pod location and module ends
[catagits/Catalyst-Devel.git] / Makefile.PL
index 56b1712..14a471e 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;
@@ -38,6 +39,7 @@ if (!$Module::Install::AUTHOR && $^O ne 'MSWin32') {
 requires 'Module::Install' => '1.02';
 
 author_requires 'IPC::Run3';
+author_requires 'Proc::Background';
 author_requires 'Test::Pod';
 author_requires 'Test::Pod::Coverage';