You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Bug #127362 for Parallel-Loops: Fails with recent versions of Par…
…allel::ForkManager
https://rt.cpan.org/Public/Bug/Display.html?id=127362
Parallel::Loops used an undocumented access to a private
$forkManager->{in_child} where it should have used (and now does use)
the documented $forkManager->is_child().