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.