#554121 libxml-atom-perl: better documentation of XML::Atom::Entry->content

#554121#5
Date:
2009-11-03 00:59:24 UTC
From:
To:
The documentation should make clear (particularly since there's no man page for
Content.pm) that unlike the other XML::Atom::Entry methods, the 'content'
method returns a content object, not a simple string.  The documentation
contains an example:

$entry->content('Post Body');

I suggest that it also contain something like:

$content_body = $entry->content->body