Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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.