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