Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 11620
Status: resolved
Worked: 15 min
Priority: 0/
Queue: XML-Atom-SimpleFeed

People
Owner: MINTER [...] cpan.org
Requestors: tim.beadle [...] iop.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.2
Fixed in: (no value)



Subject: Author name and email address incorrect
I have the following code: $atom->add_entry( title => $item->{title}, link => $item->{link}, author => { name => $author_name, }, modified => strftime("%Y-%m-%dT%H:%M:%S", @time) . '+00:00', issued => strftime("%Y-%m-%dT%H:%M:%S", @time) . '+00:00', content => $item->{description}, ) or die; $author_name is always populated with something. The author part of the resulting atom feed looks like this: <author> <name>name</name> </author> A valid Atom feed must have at least the author name, so this is a bit of a show stopper.
Subject: Problem resolved in XML::Atom::SimpleFeed 0.3 (just released)
Thank you for the bug report - I confirmed it and fixed it in release 0.3, which was just uploaded to CPAN. I also fixed a similar error in the feed-level author stuff. Thanks again, and let me know if you have any further problems with the module.