Version 1.36
[catagits/Catalyst-Devel.git] / Makefile.PL
index edf930b..ce47a68 100644 (file)
@@ -32,11 +32,13 @@ if (!$Module::Install::AUTHOR && $^O ne 'MSWin32') {
 # this distribution. Therefore we really *depend* on Module::Install to be
 # installed, even though we also use it to build this distribution and include
 # it in its inc/ directory for releases.
-requires 'Module::Install' => '0.91';
+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';
 
 test_requires 'Test::More' => '0.94';
 test_requires 'Test::Fatal' => '0.003';