The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XML::Generator::RSS10::Module - Base class for module that implement RSS 1.0 modules

VERSION

version 0.02

SYNOPSIS

    package XML::Generator::RSS10::foobar'

    use base 'XML::Generator::RSS10::Module';


    sub NamespaceURI { 'http://example.com/foobar' }

DESCRIPTION

This module is the base class for all modules that implement RSS 1.0 module support.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)