UTF8 problem
[catagits/XML-Feed.git] / README
1 $Id: README 1925 2006-03-03 17:37:50Z 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     * DateTime
12     * DateTime::Format::Mail
13     * DateTime::Format::W3CDTF
14     * List::Util
15     * Feed::Find
16     * URI::Fetch
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 Six Apart / cpan@sixapart.com