Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MCE CPAN distribution.

Report information
The Basics
Id: 95250
Status: resolved
Priority: 0/
Queue: MCE

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.513
Fixed in: 1.514



Subject: typo in POD
s/specifing/specifying/ or as diff: --- a/lib/MCE/Step.pm +++ b/lib/MCE/Step.pm @@ -612,7 +612,7 @@ receive the $mce instance as the very first argument. The tasks below run in parallel, and each with multiple workers as well. One may copy this code snippet and add MCE->task_wid or MCE->wid to the -output. Remember that max_workers can take an anonymous array for specifing +output. Remember that max_workers can take an anonymous array for specifying max_workers individually per each task block, similarly to task_name in the previous section.
Subject: Re: [rt.cpan.org #95250] typo in POD
Date: Thu, 1 May 2014 23:08:53 -0400
To: bug-MCE [...] rt.cpan.org
From: Mario Roy <marioeroy [...] gmail.com>
Thank you for the report. This has been corrected in SVN revision 537. The upcoming 1.514 release will contain the fix. On Thu, May 1, 2014 at 4:17 PM, Florian via RT <bug-MCE@rt.cpan.org> wrote: Show quoted text
> Thu May 01 16:17:05 2014: Request 95250 was acted upon. > Transaction: Ticket created by fschlich > Queue: MCE > Subject: typo in POD > Broken in: 1.513 > Severity: Unimportant > Owner: Nobody > Requestors: fschlich@zedat.fu-berlin.de > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=95250 > > > > s/specifing/specifying/ > > or as diff: > > --- a/lib/MCE/Step.pm > +++ b/lib/MCE/Step.pm > @@ -612,7 +612,7 @@ receive the $mce instance as the very first argument. > > The tasks below run in parallel, and each with multiple workers as well. > One may copy this code snippet and add MCE->task_wid or MCE->wid to the > -output. Remember that max_workers can take an anonymous array for > specifing > +output. Remember that max_workers can take an anonymous array for > specifying > max_workers individually per each task block, similarly to task_name in > the > previous section. > > >
MCE 1.514 has been released today containing the fix. Thank you, Mario