Dave Rolsky > XML-Generator-RSS10-0.01 > XML::Generator::RSS10::Module

Download:
XML-Generator-RSS10-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

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

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.