X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5a221bef748e693f06c6ef76d39d8be35a61764d;hb=7a8c9fb0430728068823d373748af051d4ca0007;hp=9ad5c7608eebf741cfbfd49a5422d35450936dd4;hpb=1338323b977111cfabe38f3b999a9838a81c6a1f;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index 9ad5c76..5a221be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,9 +15,12 @@ build_requires('Test::More'); build_requires('Test::MockObject'); build_required('Test::Exception'); -auto_install(); - resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-LDAP/trunk/'; -&WriteAll; +if ($Module::Install::AUTHOR) { + system("pod2text lib/Catalyst/Authentication/Store/LDAP.pm > README") + and die $!; +} + +WriteAll;