Load XML-Feed-0.01 into trunk.
[catagits/XML-Feed.git] / README
1 $Id: README,v 1.1.1.1 2004/05/29 17:29:56 btrott Exp $
2
3 This is XML::Feed, an abstraction above the RSS and Atom syndication
4 feed formats. It supports both parsing and autodiscovery of feeds.
5
6 PREREQUISITES
7
8     * XML::RSS
9     * XML::Atom
10     * LWP
11     * HTML::Parser
12     * URI
13     * DateTime
14     * DateTime::Format::Mail
15     * DateTime::Format::W3CDTF
16     * List::Util
17
18 INSTALLATION
19
20 XML::Feed installation is straightforward. If your CPAN shell
21 is set up, you should just be able to do
22
23     % perl -MCPAN -e 'install XML::Feed'
24
25 Download it, unpack it, then build it as per the usual:
26
27     % perl Makefile.PL
28     % make && make test
29
30 Then install it:
31
32     % make install
33
34 Benjamin Trott / cpan@stupidfool.org