$Id: README 942 2004-12-31 23:01:21Z btrott $

This is XML::Feed, an abstraction above the RSS and Atom syndication
feed formats. It supports both parsing and autodiscovery of feeds.

PREREQUISITES

    * Class::ErrorHandler
    * XML::RSS
    * XML::Atom
    * LWP
    * HTML::Parser
    * URI
    * DateTime
    * DateTime::Format::Mail
    * DateTime::Format::W3CDTF
    * List::Util
    * Feed::Find
    * URI::Fetch

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

Benjamin Trott / ben+cpan@stupidfool.org
