CC: | DROLSKY [...] cpan.org |
Subject: | Can't locate object method "_stringify" via package "DateTime" |
The test suite started to fail:
...
Can't locate object method "_stringify" via package "DateTime" at (eval 557) line 21.
# Looks like your test exited with 255 just after 13.
t/001-synopsis.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 29/42 subtests
...
This seems to happen with DateTime 1.44. I see in the DateTime Changes that a stringify() method was introduced, so maybe an existing _stringify() method was removed at the same time (did not check).