Load XML-Feed-0.05 into trunk.
[catagits/XML-Feed.git] / README
CommitLineData
fe71566d 1$Id: README 942 2004-12-31 23:01:21Z btrott $
0d5e38d1 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
62d92771 8 * Class::ErrorHandler
0d5e38d1 9 * XML::RSS
10 * XML::Atom
11 * LWP
12 * HTML::Parser
13 * URI
14 * DateTime
15 * DateTime::Format::Mail
16 * DateTime::Format::W3CDTF
17 * List::Util
62d92771 18 * Feed::Find
fe71566d 19 * URI::Fetch
0d5e38d1 20
21INSTALLATION
22
23XML::Feed installation is straightforward. If your CPAN shell
24is set up, you should just be able to do
25
26 % perl -MCPAN -e 'install XML::Feed'
27
28Download it, unpack it, then build it as per the usual:
29
30 % perl Makefile.PL
31 % make && make test
32
33Then install it:
34
35 % make install
36
fe71566d 37Benjamin Trott / ben+cpan@stupidfool.org