Subject: | Date::Manip::Recur->dates() fails when passed strings |
Date::Manip::Recur(3pm) states, about dates():
$start and $end are either undef, or dates which can be used to limit
the set of dates passed back (they can be Date::Manip::Date objects or
strings that can be parsed).
However, any attempt to pass a string fails:
$ perl -MDate::Manip -le '$r = new Date::Manip::Recur;
$r->parse("0:0:0:1:0:0:0:0"); print $r->dates("2011-03-01", "2011-03-10");'
Can't call method "err" without a package or object reference at
/usr/share/perl5/Date/Manip/Recur.pm line 913.