$Id: README 115 2008-12-01 21:17:51Z swistow $
This is XML::Feed, an abstraction above the RSS and Atom syndication feed formats. It supports both parsing and autodiscovery of feeds.
PREREQUISITES
INSTALLATION
XML::Feed installation is straightforward. If your CPAN shell is set up, you should just be able to do
% perl -MCPAN -e 'install XML::Feed'
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
Six Apart / cpan@sixapart.com