Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the IPC-System-Simple CPAN distribution.

Report information
The Basics
Id: 53124
Status: resolved
Priority: 0/
Queue: IPC-System-Simple

People
Owner: PJF [...] cpan.org
Requestors: erez.schatz [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.19
Fixed in: (no value)



Subject: incorrect number of tests in t/win32.t
 plan tests => 32; 

should be 

plan tests => 30;

otherwise breaks test.
This bug is affecting the creation of Strawberry Perl distributions. Please fix soon.
On Sun Dec 27 05:43:18 2009, erez wrote: Show quoted text
> plan tests => 32; > > should be > > plan tests => 30;
Ooops! Fixed, and pushed to CPAN as 1.20. Apologies for the delay. Many thanks to Erez for the bug report, and thanks to Curtis for the nudge. Cheerio, Paul