Move pod tests to be author only
[catagits/Catalyst-View-Component-SubInclude.git] / Makefile.PL
index 1151ee7..b45f639 100644 (file)
@@ -1,6 +1,8 @@
-# IMPORTANT: if you delete this file your app will not work as
-# expected.  you have been warned
-use inc::Module::Install;
+use strict;
+use warnings;
+use inc::Module::Install 0.91;
+use Module::Install::AuthorRequires;
+use Module::Install::AuthorTests;
 
 name 'Catalyst-View-Component-SubInclude';
 all_from 'lib/Catalyst/View/Component/SubInclude.pm';
@@ -14,6 +16,10 @@ requires 'namespace::clean';
 
 test_requires 'Catalyst::View::TT';
 
+author_requires 'Test::Pod::Coverage' => '1.04';
+author_requires 'Test::Pod' => '1.14';
+author_tests 't/author';
+
 catalyst;
 
 auto_install;