- Package:
- libxml-atom-perl
- Source:
- libxml-atom-perl
- Submitter:
- Celejar
- Date:
- 2011-08-31 10:16:24 UTC
- Severity:
- normal
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