The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Feed::Parser::RSS - Data::Feed RSS Parser

DESCRIPTION

Attempts to parse the given scalar reference (which should contain a valid RSS xml), using either XML::RSS::LibXML or XML::RSS (whichever one that is found first will be used)

As of this writing, XML::RSS has some limitations (particularly with enclosures) so, it is best to stick with XML::RSS::LibXML as long as you have libxml2 and XML::LibXML installed in your system.

METHODS

parse