Bump version for release
[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
6ab3d292 25Alternatively, you can download it, unpack it, and then build it like this
26(using Module::Build):
0d5e38d1 27
6ab3d292 28 % perl Build.PL
29 % ./Build installdeps
30 % ./Build
31 % ./Build test
0d5e38d1 32
33Then install it:
34
6ab3d292 35 % ./Build install
0d5e38d1 36
973e1f9e 37Six Apart / cpan@sixapart.com