1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
XML::Atom::SimpleFeed
This module provides a minimal API for generating Atom syndication
feeds quickly and easily. It supports all aspects of the Atom format,
but it has no provisions for generating feeds with extension elements.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
COPYRIGHT AND LICENCE
Copyright (C) 2005, Aristotle Pagaltzis
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
|