Subject: | t/meetup-to-ical.t fails (if Net::CalDAVTalk is too old?) |
On some of my smokers:
...
Invalid value '2016-11-06T22:11:35Z' was not ISO8601 at /usr/perl5.18.4p/lib/site_perl/5.18.4/Net/CalDAVTalk.pm line 1951.
Net::CalDAVTalk::_wireDate("2016-11-06T22:11:35Z", DateTime::TimeZone::UTC=HASH(0x43127630)) called at /usr/perl5.18.4p/lib/site_perl/5.18.4/Net/CalDAVTalk.pm line 2011
Net::CalDAVTalk::_makeVTime("Net::CalDAVTalk", HASH(0x48d66ab0), "2016-11-06T22:11:35Z", "UTC") called at /usr/perl5.18.4p/lib/site_perl/5.18.4/Net/CalDAVTalk.pm line 2040
Net::CalDAVTalk::_makeZTime("Net::CalDAVTalk", "2016-11-06T22:11:35Z") called at /usr/perl5.18.4p/lib/site_perl/5.18.4/Net/CalDAVTalk.pm line 2096
Net::CalDAVTalk::_argsToVEvents("Net::CalDAVTalk", HASH(0x48da6e28), HASH(0x48d6c0a8)) called at /usr/perl5.18.4p/lib/site_perl/5.18.4/Net/CalDAVTalk.pm line 2281
Net::CalDAVTalk::_argsToVCalendar("Net::CalDAVTalk", HASH(0x48d6c0a8)) called at t/meetup-to-ical.t line 49
# Looks like your test exited with 255 before it could output anything.
t/meetup-to-ical.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/4 subtests
...
It seems that this happens with old Net::CalDAVTalk. Statistical analysis:
****************************************************************
Regression 'mod:Net::CalDAVTalk'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 0.0000 0.0000 18.78
[1='eq_0.10'] 1.0000 0.0000 44158952967652776.00
[2='eq_0.12'] 1.0000 0.0000 78285456411032864.00
R^2= 1.000, N= 59, K= 3
****************************************************************
(Which means that versions 0.10 and 0.12 are ok, and other (probably older) versions are not)