add docs to realm class
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
index 37d4224..fc4e6e2 100644 (file)
@@ -1,5 +1,9 @@
 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';