X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=548e7b398de7f4cdb054d2a66f7612f4e3ae0d41;hp=230b0790ea39d45644fc558da2a1a826bba5cead;hb=5a4ce75eb7c71dc6d3190a2377d4aef3abd10c78;hpb=a0c37f08167f203244fbc479f2a7a3629797f447 diff --git a/Makefile.PL b/Makefile.PL index 230b079..548e7b3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,7 +56,7 @@ requires 'Text::SimpleTable' => '0.03'; requires 'Time::HiRes'; requires 'Tree::Simple' => '1.15'; requires 'Tree::Simple::Visitor::FindByPath'; -requires 'Try::Tiny'; +requires 'Try::Tiny' => '0.17'; requires 'Safe::Isa'; requires 'Task::Weaken'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness @@ -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')) { @@ -98,7 +101,7 @@ else { push(@author_requires, 'CatalystX::LeakChecker', '0.05'); push(@author_requires, 'Catalyst::Devel', '1.0'); # For http server test push(@author_requires, 'Test::WWW::Mechanize::Catalyst', '0.51'); -push(@author_requires, 'Test::TCP', '1.27'); # ditto, ships Net::EmptyPort +push(@author_requires, 'Test::TCP', '2.00'); # ditto, ships Net::EmptyPort author_tests('t/author'); author_requires(