Skip Menu |

This queue is for tickets about the Parallel-ForkManager-Scaled CPAN distribution.

Report information
The Basics
Id: 127898
Status: resolved
Priority: 0/
Queue: Parallel-ForkManager-Scaled

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: yanick [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.18
Fixed in: 0.20



CC: yanick [...] cpan.org
Subject: Missing required arguments: max_proc
Test suite fails: ... Use of uninitialized value $args[0] in pattern match (m//) at /opt/perl-5.28.1/lib/site_perl/5.28.1/Parallel/ForkManager.pm line 73. Missing required arguments: max_proc at t/04init.t line 10. # Looks like your test exited with 255 before it could output anything. t/04init.t ............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 23/23 subtests ... I suspect this is caused by changes in Parallel::ForkManager 2.x.
Show quoted text
> I suspect this is caused by changes in Parallel::ForkManager 2.x.
Yup. The `max_procs` argument is now required.
On Tue Dec 04 12:13:46 2018, YANICK wrote: Show quoted text
> > I suspect this is caused by changes in Parallel::ForkManager 2.x.
> > Yup. The `max_procs` argument is now required. > >
I've fixed this and just uploaded it as version 0.19.
On Wed Dec 05 11:41:55 2018, JMCCARV wrote: Show quoted text
> On Tue Dec 04 12:13:46 2018, YANICK wrote:
> > > I suspect this is caused by changes in Parallel::ForkManager 2.x.
> > > > Yup. The `max_procs` argument is now required. > > > >
> > I've fixed this and just uploaded it as version 0.19.
And now version 0.20 as I noticed the documentation was showing an older version ... whoops.