X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5a221bef748e693f06c6ef76d39d8be35a61764d;hb=7a8c9fb0430728068823d373748af051d4ca0007;hp=da8d1d6a64ae968c4a8a079aa66ca89d27008414;hpb=6149223df99025b1738b64c21853a065f10354dd;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index da8d1d6..5a221be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +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;