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();