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.
