From: Karen Etheridge Date: Fri, 16 Aug 2013 20:09:01 +0000 (-0700) Subject: depend on workaround for issue during global destruction in t/live_fork.t (see also... X-Git-Tag: 5.90050~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5a4ce75eb7c71dc6d3190a2377d4aef3abd10c78 depend on workaround for issue during global destruction in t/live_fork.t (see also perl RT#119311) --- diff --git a/Makefile.PL b/Makefile.PL index abfae1b..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