f553efc31659678b73e74ae05ffac523ab695b39
[catagits/XML-Feed.git] / README
1 $Id: README 942 2004-12-31 23:01:21Z btrott $
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     * Class::ErrorHandler
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
18     * Feed::Find
19     * URI::Fetch
20
21 INSTALLATION
22
23 XML::Feed installation is straightforward. If your CPAN shell
24 is set up, you should just be able to do
25
26     % perl -MCPAN -e 'install XML::Feed'
27
28 Download it, unpack it, then build it as per the usual:
29
30     % perl Makefile.PL
31     % make && make test
32
33 Then install it:
34
35     % make install
36
37 Benjamin Trott / ben+cpan@stupidfool.org