Skip Menu |

This queue is for tickets about the DateTimeX-Subspan-Weekly CPAN distribution.

Report information
The Basics
Id: 53548
Status: resolved
Priority: 0/
Queue: DateTimeX-Subspan-Weekly

People
Owner: jkeenan [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: One test was forgotten to s/DateTime/DateTimeX/
Only perl installations that still have an old DateTime/Subspan/Weekly.pm at their disposal could report a PASS, like http://www.nntp.perl.org/group/perl.cpan.testers/2010/01/msg6621001.html All others failed because the test 004_singleday.t still contains use DateTime::Subspan::Weekly qw( in_range ); Note the missing X. HTH && Regards,
On Sat Jan 09 13:52:27 2010, ANDK wrote: Show quoted text
> All others failed because the test 004_singleday.t still contains > > use DateTime::Subspan::Weekly qw( in_range ); > > Note the missing X. >
Thanks for noting that. Am working on a fix. Jim Keenan
On Sat Jan 09 13:52:27 2010, ANDK wrote: Show quoted text
> Note the missing X. >
I have uploaded v0.05 to CPAN. When that becomes available, please test it. Thank you very much. Jim Keenan
Fix was implemented in 0.05, which has subsequently passed all tests.