X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=cf8dfb85bdf3aca530182515f4e5801263b34607;hp=634246db9d0686a41314161d3cfdeac49fb95e0d;hb=2a56ace924b296189e0bf5864d6a3b92809fef66;hpb=11d52bbdb4fccbe1678d869494acb9d43ae83c99 diff --git a/Makefile.PL b/Makefile.PL index 634246d..cf8dfb8 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 @@ -76,7 +76,7 @@ requires 'URI' => '1.36'; # depreciation transition requires 'Catalyst::DispatchType::Regex' => '5.90021'; -test_requires 'Test::Exception'; +test_requires 'Test::Fatal'; test_requires 'Test::More' => '0.88'; test_requires 'Data::Dump'; test_requires 'HTTP::Request::Common'; @@ -101,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(