Keep in line with reality
[catagits/XML-Feed.git] / README
CommitLineData
3353d70c 1$Id$
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
0d5e38d1 11 * DateTime
12 * DateTime::Format::Mail
13 * DateTime::Format::W3CDTF
14 * List::Util
62d92771 15 * Feed::Find
fe71566d 16 * URI::Fetch
0d5e38d1 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
973e1f9e 34Six Apart / cpan@sixapart.com