remove several sentences which were duplicates (strange, this wasn't in the last...
[catagits/Catalyst-Manual.git] / Makefile.PL
index 80fb511..991f89b 100644 (file)
@@ -1,13 +1,23 @@
+use strict;
+use warnings;
 use inc::Module::Install 0.87;
 
+if ($Module::Install::AUTHOR) {
+    require Module::Install::AuthorRequires;
+}
+
 name 'Catalyst-Manual';
 all_from 'lib/Catalyst/Manual.pm';
 author 'Kieren Diment <zarquon@cpan.org>';
 license 'perl';
 
-requires 'Test::More';
+test_requires 'Test::More';
+
+author_requires 'Test::Pod';
+author_requires 'Test::Pod::Coverage';
 
 auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.70/trunk/';
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.80/trunk/';
 
 WriteAll;
+