Skip Menu |

This queue is for tickets about the Date-Simple-Month CPAN distribution.

Report information
The Basics
Id: 18458
Status: new
Priority: 0/
Queue: Date-Simple-Month

People
Owner: Nobody in particular
Requestors: mdspidle [...] mchsi.com
Cc:
AdminCc:

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



Subject: wrap_around for Saturday does not work properly
when I do a @wraparound_dates = $month->wraparound_dates(6); for a date object my $month = Date::Simple::Month->new(int $pyear, int $pmonth); # this year, for 2006, 04 I am returned dates starting on 2006-03-26 not 2006-03-25. Mark