| XML-Generator-RSS10 documentation | view source | Contained in the XML-Generator-RSS10 distribution. |
XML::Generator::RSS10::Module - Base class for module that implement RSS 1.0 modules
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.
| XML-Generator-RSS10 documentation | view source | Contained in the XML-Generator-RSS10 distribution. |