The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 refernece in its first argument, and all the supplied parameters (as a hashref), 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::RSS, Babble::Output::TTk