Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 60fcbd97bb072fccbe87f152c21e7b72 > files > 4

perl-Feed-Find-0.06-6mdv2010.0.noarch.rpm

$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