Subject: | Test fails with since Date-Manip-6.49 |
The 01conversions.t fails since Date-Manip-6.49:
$ prove -b -v t/01conversions.t
t/01conversions.t .. WARNING: the TZ Date::Manip config variable is deprecated
and will be removed in March 2016. Please use
the SetDate or ForceDate config variables instead.
Use of uninitialized value $mod in concatenation (.) or string at /usr/share/perl5/vendor_perl/Date/Manip/TZ.pm line 179.
Use of uninitialized value $mod in concatenation (.) or string at /usr/share/perl5/vendor_perl/Date/Manip/TZ.pm line 180.
Use of uninitialized value $mod in concatenation (.) or string at /usr/share/perl5/vendor_perl/Date/Manip/TZ.pm line 181.
ERROR: [config_var] invalid zone in SetDate:
1..6
not ok 1 - Parse Date 'March 23, 2003'
# Failed test 'Parse Date 'March 23, 2003''
# at t/01conversions.t line 67.
# got: '2003-03-23T00:00:00.000000000 CET
# '
# expected: '2003-03-23T00:00:00.000000000 EST
# '
ok 2 - Parse Date 'March 23, 2003 12:00 US/Eastern'
not ok 3 - Format Date '2003-03-23T00:00:00'
# Failed test 'Format Date '2003-03-23T00:00:00''
# at t/01conversions.t line 73.
# got: '2003032309:00:00'
# expected: '2003032303:00:00'
not ok 4 - Format Date '2003-03-23T12:00:00'
# Failed test 'Format Date '2003-03-23T12:00:00''
# at t/01conversions.t line 73.
# got: '2003032321:00:00'
# expected: '2003032315:00:00'
ok 5 - Parse Duration 'months=38:days=0:minutes=-237:seconds=-2'
ok 6 - Format Duration 'months=38:days=0:minutes=-237:seconds=-2'
# Looks like you failed 3 tests of 6.
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/6 subtests