Sun Dec 27 05:43:18 2009erez.schatz [...] gmail.com - Ticket created
Subject:
incorrect number of tests in t/win32.t
plan tests => 32;
should be
plan tests => 30;
otherwise breaks test.
Fri Jan 08 22:41:51 2010csjewell [...] cpan.org - Correspondence added
This bug is affecting the creation of Strawberry Perl distributions.
Please fix soon.
Fri Jan 08 22:41:52 2010The RT System itself - Status changed from 'new' to 'open'
Fri Jan 08 23:22:47 2010PJF [...] cpan.org - Correspondence added
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
Fri Jan 08 23:22:51 2010PJF [...] cpan.org - Status changed from 'open' to 'resolved'
Fri Jan 08 23:22:53 2010PJF [...] cpan.org - Given to PJF