Skip Menu |

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

Report information
The Basics
Id: 40686
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: XML-RSS

People
Owner: SHLOMIF [...] cpan.org
Requestors: claco [...] cpan.org
Cc:
AdminCc:

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



Subject: undef in Atom, '' in RSS
This bug is a refile from XML::Feed. http://rt.cpan.org/Public/Bug/Display.html?id=35706 --- After calling parse on an Atom feed with no tagline/description, $feed->tagline/description return undef. After calling parse on an RSS feed with no tagline/description, $feed->tagline/description return ''. Some consistancy either way would be nice.
Fixed in trunk. At the moment it broke some compatibility (including in the XML-RSS tests) where outputting a channel with the default keys causes the rss to throw an exception. Perhaps I'll assign the channel keys as the empty string before rendering. Regards, -- Shlomi Fish