X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1c9b5649e2cf967709d2ff8197ef9bf37ff74d1a;hb=934094a225883dbb5aace3f6e78210deb14e4908;hp=ee123c70e6d25f6b3dd7b00aa7aaadbcebd21e0b;hpb=c2557dafcc2dee43b465175c1e629f4cde30460e;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index ee123c7..1c9b564 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_requires('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;