pod stuff
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Makefile.PL
index c157f1b..0889d34 100644 (file)
@@ -1,11 +1,18 @@
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.67;
+
+if( -e 'MANIFEST.SKIP' ) {
+    system( 'pod2text lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm > README' );
+}
 
 name 'Catalyst-Plugin-Authentication-Store-DBIx-Class';
 all_from 'lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm';
 
+perl_version '5.8.1';
+
 requires 'Catalyst::Runtime';
 requires 'Catalyst::Plugin::Authentication';
-requires 'Test::More';
+
+test_requires 'Test::More';
 
 auto_install;
 WriteAll;