X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=fa12b05b080d9fe028284c104d93582605d5c2e3;hp=4f426ccac51df51bf2c4154ba6a3a14fb2037582;hb=340929a7a27069a35e606a09dfe453487325574b;hpb=9e1146e4c4234dfcd3435d997e25115a0db84720 diff --git a/Makefile.PL b/Makefile.PL index 4f426cc..fa12b05 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,5 +27,10 @@ catalyst; resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-View-Component-SubInclude'; +if ($Module::Install::AUTHOR) { + system("pod2text lib/Catalyst/View/Component/SubInclude.pm > README") + and die $! +} + auto_install; WriteAll;