Skip Menu |

This queue is for tickets about the DateManip CPAN distribution.

Report information
The Basics
Id: 8840
Status: resolved
Priority: 0/
Queue: DateManip

People
Owner: Nobody in particular
Requestors: robie [...] 8networks.co.uk
Cc:
AdminCc:

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



Subject: ParseRecur failure case
use Date::Manip; my @a = ParseRecur("4th monday of every month"); # this succeeds my @b = ParseRecur("5th monday of every month"); # this fails There are some months with five Mondays in them! I believe I should get an empty array if the library couldn't find a month with a fifth monday in a given timeframe. I get: undefined arg 1 to Date_Join() at ./testcase line 6 (where line 6 is that call regarding the fifth Monday).