[Catalyst-commits] r11407 - Catalyst-Authentication-Credential-OAuth/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Sep 25 09:30:24 GMT 2009


Author: t0m
Date: 2009-09-25 09:30:23 +0000 (Fri, 25 Sep 2009)
New Revision: 11407

Modified:
   Catalyst-Authentication-Credential-OAuth/trunk/Makefile.PL
Log:
Autogenerate README

Modified: Catalyst-Authentication-Credential-OAuth/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-OAuth/trunk/Makefile.PL	2009-09-25 09:27:33 UTC (rev 11406)
+++ Catalyst-Authentication-Credential-OAuth/trunk/Makefile.PL	2009-09-25 09:30:23 UTC (rev 11407)
@@ -14,4 +14,10 @@
 test_requires 'Catalyst::Runtime';
 test_requires 'Test::More';
 
+if ($Module::Install::AUTHOR) {
+    system("pod2text lib/Catalyst/Authentication/Credential/OAuth.pm > README")
+        and die;
+}
+
 WriteAll();
+




More information about the Catalyst-commits mailing list