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


XML-Generator-RSS10 documentation  | view source Contained in the XML-Generator-RSS10 distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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




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

DESCRIPTION

Top

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


XML-Generator-RSS10 documentation  | view source Contained in the XML-Generator-RSS10 distribution.