• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H25-May-2021-6643

lib/XML/H25-May-2021-1,765966

t/H25-May-2021-2,5972,117

Build.PLH A D25-May-20212 KiB6459

ChangeLog.mdH A D25-May-20218.2 KiB248193

ChangesH A D25-May-202129.6 KiB745579

MANIFESTH A D25-May-20211.8 KiB8584

MANIFEST.SKIPH A D25-May-202188 1110

META.jsonH A D25-May-20213.3 KiB119118

META.ymlH A D25-May-20212.2 KiB8281

Makefile.PLH A D25-May-20211.2 KiB3634

READMEH A D25-May-2021747 3725

README

1
2This is XML::Feed, an abstraction above the RSS and Atom syndication
3feed formats. It supports both parsing and autodiscovery of feeds.
4
5PREREQUISITES
6
7    * Class::ErrorHandler
8    * XML::RSS
9    * XML::Atom
10    * DateTime
11    * DateTime::Format::Mail
12    * DateTime::Format::W3CDTF
13    * List::Util
14    * Feed::Find
15    * URI::Fetch
16
17INSTALLATION
18
19XML::Feed installation is straightforward. If your CPAN shell
20is set up, you should just be able to do
21
22    % perl -MCPAN -e 'install XML::Feed'
23
24Alternatively, you can download it, unpack it, and then build it like this
25(using Module::Build):
26
27    % perl Build.PL
28    % ./Build installdeps
29    % ./Build
30    % ./Build test
31
32Then install it:
33
34    % ./Build install
35
36Six Apart / cpan@sixapart.com
37