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

..03-May-2022-

examples/H15-Oct-2020-1,5211,146

keep-out/H03-May-2022-310273

lib/XML/H03-May-2022-4,4352,077

t/H15-Oct-2020-9,0227,250

xt/H03-May-2022-198166

Build.PLH A D15-Oct-20201.4 KiB7057

ChangesH A D15-Oct-202014.4 KiB331289

LICENSEH A D15-Oct-202020.1 KiB397324

MANIFESTH A D15-Oct-20202.3 KiB103102

MANIFEST.SKIPH A D15-Oct-20203

META.jsonH A D15-Oct-202019.3 KiB599597

META.ymlH A D15-Oct-202012.3 KiB442441

Makefile.PLH A D15-Oct-20201.7 KiB7968

READMEH A D15-Oct-2020719 3219

TODOH A D15-Oct-2020872 3219

dist.iniH A D15-Oct-2020440 2624

weaver.iniH A D15-Oct-202011 21

README

1Copyright (c) 2001 Jonathan Eisenzopf and Rael Dornfest.
2Copyright (c) 2006-2007 Ask Bjoern Hansen, Develooper LLC.
3All rights reserved.
4
5This package is free software; you can redistribute it and/or
6modify it under the same terms as Perl itself.
7
8This module was created to help those who need to manage
9RDF Site Summary (RSS) files. It makes quick work of
10creating, updating, and saving RSS files.
11
12    perldoc lib/XML/RSS.pm
13
14    https://metacpan.org/pod/XML::RSS
15
16for more details.
17
18
19REQUIREMENTS
20
21This module requires version 2.23 or greater of the XML::Parser module.
22The latest version is available at any CPAN archive.
23
24
25INSTALLATION
26
27    perl Makefile.PL
28    make
29    make test  # (optional)
30    make install
31
32