force pod coverage testing for authors
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 7009167..d913cab 100644 (file)
@@ -1,5 +1,6 @@
 use inc::Module::Install 0.64;
 
+use 5.008001; 
 perl_version '5.8.1';
 
 name 'Catalyst-Runtime';
@@ -34,6 +35,8 @@ requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness
 
 if (-e 'inc/.author') {
   build_requires 'Test::Perl::Critic';
+  build_requires 'Test::Pod' => 1.14;
+  build_requires 'Test::Pod::Coverage' => 1.04;
 
   if ($^O eq 'darwin') { 
       makemaker_args(dist => { PREOP => 'if [ "$$COPY_EXTENDED_ATTRIBUTES_DISABLE" != "true" ]; then'.