Bump version for release
[catagits/XML-Feed.git] / README
1 $Id$
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 Alternatively, you can download it, unpack it, and then build it like this
26 (using Module::Build):
27
28     % perl Build.PL
29     % ./Build installdeps
30     % ./Build
31     % ./Build test
32
33 Then install it:
34
35     % ./Build install
36
37 Six Apart / cpan@sixapart.com