X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=95a2c57968d6f21db5f34f8c7ccd2b7b1c0b0628;hb=27b6d82297bbadf3c582228b8ad8cd0e66972f59;hp=da8d1d6a64ae968c4a8a079aa66ca89d27008414;hpb=6149223df99025b1738b64c21853a065f10354dd;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index da8d1d6..95a2c57 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,11 +11,16 @@ requires( 'Catalyst::Plugin::Authentication' => '0.10003' ); #requires('Catalyst::Model::LDAP'); build_requires('Net::LDAP::Server::Test' => '0.07'); -build_requires('Test::More'); +build_requires('Test::More', '0.88'); build_requires('Test::MockObject'); -build_required('Test::Exception'); +build_requires('Test::Exception'); -auto_install(); +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Authentication-Store-LDAP.git'; -&WriteAll; +if ($Module::Install::AUTHOR) { + system("pod2text lib/Catalyst/Authentication/Store/LDAP.pm > README") + and die $!; +} + +WriteAll;