$Id: README 1753 2005-01-01 00:57:41Z btrott $

This is Feed::Find, a class to perform autodiscovery of syndication feeds.

PREREQUISITES

    * LWP
    * HTML::Parser
    * URI

INSTALLATION

Feed::Find installation is straightforward. If your CPAN shell
is set up, you should just be able to do

    % perl -MCPAN -e 'install Feed::Find'

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