Changing module naming from Catalyst::Plugin::Authentication to
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
index 91ceaa0..3e88c0c 100644 (file)
@@ -1,4 +1,8 @@
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.67;
+
+if( -e 'MANIFEST.SKIP' ) {
+    system( 'pod2text lib/Catalyst/Plugin/Authentication.pm > README' );
+}
 
 name 'Catalyst-Plugin-Authentication';
 all_from 'lib/Catalyst/Plugin/Authentication.pm';
@@ -9,5 +13,7 @@ requires 'Catalyst::Runtime';
 requires 'Class::Inspector';
 requires 'Catalyst::Plugin::Session' => '0.10';
 
+test_requires 'Test::More';
+
 auto_install;
 WriteAll;