X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5a221bef748e693f06c6ef76d39d8be35a61764d;hb=9a2155e350b9403b705115b860b4d7008cdc444d;hp=ee123c70e6d25f6b3dd7b00aa7aaadbcebd21e0b;hpb=c2557dafcc2dee43b465175c1e629f4cde30460e;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index ee123c7..5a221be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,8 +13,14 @@ requires( 'Catalyst::Plugin::Authentication' => '0.10003' ); build_requires('Net::LDAP::Server::Test' => '0.07'); 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;