The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Copyright (c) 2001 Jonathan Eisenzopf and Rael Dornfest.
Copyright (c) 2006-2007 Ask Bjoern Hansen, Develooper LLC.
All rights reserved.

This package is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

This module was created to help those who need to manage
RDF Site Summary (RSS) files. It makes quick work of
creating, updating, and saving RSS files.

    perldoc lib/XML/RSS.pm

    https://metacpan.org/pod/XML::RSS

for more details.


REQUIREMENTS

This module requires version 2.23 or greater of the XML::Parser module.
The latest version is available at any CPAN archive.


INSTALLATION

    perl Makefile.PL
    make
    make test  # (optional)
    make install