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).