Skip Menu |

This queue is for tickets about the XML-Feed CPAN distribution.

Report information
The Basics
Id: 69540
Status: resolved
Priority: 0/
Queue: XML-Feed

People
Owner: DAVECROSS [...] cpan.org
Requestors: chromatic [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.44
Fixed in: (no value)



Subject: XML::Feed tests versus DateTime::Format::Atom
When DateTime::Format::Atom is available, XML::Atom::Base uses it as a formatter for the modified/updated fields. This is the source of the test failures in t/07-atom-create.t, as seen in: http://www.cpantesters.org/cpan/report/f8945232-ade0-11e0-baa2-5de36e52d88e http://www.cpantesters.org/cpan/report/1524a444-adcb-11e0-8934-35e46e52d88e A simple, if silly, fix for the test is: $now->set_formatter( DateTime::Format::Atom->new ) if XML::Atom::DATETIME();
Fixed in version 0.48 - currently en route to CPAN.