Summary: | dev-perl/MooseX-Types-DateTimeX fails tests with MooseX-Types-DateTime-ButMaintained-0.140.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kent Fredric (IRC: kent\n) (RETIRED) <kentnl> |
Component: | [OLD] Development | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://rt.cpan.org/Ticket/Display.html?id=73467 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 300119 | ||
Attachments: | fix for DateTime.pm test failure |
Description
Kent Fredric (IRC: kent\n) (RETIRED)
2012-06-07 05:18:27 UTC
Created attachment 351062 [details, diff]
fix for DateTime.pm test failure
Upstream tried to fix this removing namespace::autoclean, but that didn't solve the problem.
Additionally, this test *only* fails if you have installed DateTime::Format::DateManip, because the tests don't even run without that.
( And a working version of DateTime::Format::DateManip requires DateManip <6 )
This attached patch seems to make tests pass reliably.
Actually, on second look, don't apply that *just* yet, it works enough for tests to pass, and the module probably works most of the time as a result, but the underlying mechanism looks broken still, and will need a new release of ::ButMaintained to fix it. Just double checked my logic, that patch is good to go. https://rt.cpan.org/Ticket/Display.html?id=86174 Patch added in 0.100.0 |