/[XML-Feed]/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Sun Mar 16 19:47:49 2008 UTC (16 years, 1 month ago) by dpavlin
File size: 717 byte(s)
import XML::Feed 0.12 from CPAN

1 dpavlin 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

  ViewVC Help
Powered by ViewVC 1.1.26