X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fa12b05b080d9fe028284c104d93582605d5c2e3;hb=874823465f7ce69b631d40fbff8d5e9cdac3a9e5;hp=4f426ccac51df51bf2c4154ba6a3a14fb2037582;hpb=7476eee4e598700bc0f5fbcc3cd7bcc43160adf3;p=catagits%2FCatalyst-View-Component-SubInclude.git 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;