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

version 0.02

package XML::Generator::RSS10::foobar'
use base 'XML::Generator::RSS10::Module';
sub NamespaceURI { 'http://example.com/foobar' }

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

Dave Rolsky <autarch@urth.org>

This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)