X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5e633fbad9e770b4bf65d9bf009101e1067273ba;hb=c20c8103da6848b68f8334f938c5a8f28c2c8fc7;hp=9399a4119da636a215c8df13592ec98c92d45be3;hpb=f21ad4062cdd3485f59635926fa031feef7eff8e;p=catagits%2FTest-WWW-Mechanize-Catalyst.git diff --git a/Makefile.PL b/Makefile.PL index 9399a41..5e633fb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ #!perl -use inc::Module::Install 0.77; +use inc::Module::Install 0.87; use strict; use warnings; @@ -19,4 +19,11 @@ test_requires 'Catalyst::Plugin::Session::Store::Dummy' => '0'; test_requires 'Test::Exception' => '0'; test_requires 'Test::More' => '0'; +if ($Module::Install::AUTHOR) { + system('pod2text lib/Test/WWW/Mechanize/Catalyst.pm > README'); +} + + +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Test-WWW-Mechanize-Catalyst/trunk/'; + WriteAll;