Author require pod modules for tests - no works
Tomas Doran [Fri, 16 Sep 2011 08:23:32 +0000 (09:23 +0100)]
Makefile.PL

index 03ccc5d..35a16b1 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings;
 use inc::Module::Install 0.91;
+#use Module::Install::AuthorRequires;
 
 name          'Test-WWW-Selenium-Catalyst';
 perl_version  '5.008000';
@@ -17,6 +18,9 @@ requires(
 test_requires 'IPC::Cmd' => '0.42';
 test_requires 'Test::More' => '0.92';
 
+#author_requires 'Test::Pod';
+#author_requires 'Test::Pod::Coverage';
+
 resources repository => 'git://git.shadowcat.co.uk/catagits/Test-WWW-Selenium-Catalyst.git';
 
 WriteAll();