No .gitignore in my dist please
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Makefile.PL
index beaba1a..fd19e82 100644 (file)
@@ -14,4 +14,9 @@ test_requires 'Test::More';
 auto_install;
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Session-State-Cookie/';
 
+if ($Module::Install::AUTHOR) {
+    system("pod2text lib/Catalyst/Plugin/Session/State/Cookie.pm > README")
+        and die;
+}
+
 WriteAll;