X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=634246db9d0686a41314161d3cfdeac49fb95e0d;hp=230b0790ea39d45644fc558da2a1a826bba5cead;hb=11d52bbdb4fccbe1678d869494acb9d43ae83c99;hpb=a0c37f08167f203244fbc479f2a7a3629797f447 diff --git a/Makefile.PL b/Makefile.PL index 230b079..634246d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -83,6 +83,9 @@ test_requires 'HTTP::Request::Common'; test_requires 'IO::Scalar'; test_requires 'HTTP::Status'; +# see also cpanfile for authordeps -- install via +# cpanm --installdeps --with-develop . + # aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate and a Test::Simple it works with is available my @author_requires; if ($ENV{AGGREGATE_TESTS} && can_use('Test::Simple', '0.88') && can_use('Test::Aggregate', '0.364')) {