NAME

Babble::Output - Base output class for Babble

DESCRIPTION

Babble::Output is a base class, a class which should never ever be used directly by applications (as it does nothing useful).

This class is merely provided to be a base to inherit from. All descendants must implement at least the methods this class implements.

METHODS

    output($babble, %params)

    This method takes the Babble object in its first argument, and all the supplied parameters, and does whatever is necessary to return a scalar, containing the output.

AUTHOR

Gergely Nagy, algernon@bonehunter.rulez.org

Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.

SEE ALSO

Babble::Output::HTML, Babble::Output::RSS, Babble::Output::TTk

1 POD Error

The following errors were encountered while parsing the POD:

Around line 45:

You can't have =items (as at line 51) unless the first thing after the =over is an =item