From: Tomas Doran Date: Fri, 25 Sep 2009 09:30:23 +0000 (+0000) Subject: Autogenerate README X-Git-Tag: v0.02~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7955d0d1e9cf644ba03bb9c59ebdef02107b5e7a;hp=2cd406c8c934d030e8fa6ffaca9779cd93a925cf;p=catagits%2FCatalyst-Authentication-Credential-OAuth.git Autogenerate README --- diff --git a/Makefile.PL b/Makefile.PL index 4fcfd3f..2bc5a76 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,4 +14,10 @@ requires 'namespace::autoclean'; test_requires 'Catalyst::Runtime'; test_requires 'Test::More'; +if ($Module::Install::AUTHOR) { + system("pod2text lib/Catalyst/Authentication/Credential/OAuth.pm > README") + and die; +} + WriteAll(); +