NAME

Babble::Processors - Processor collection for Babble

DESCRIPTION

Babble::Processors is a collection of processors for Babble. All of the processors herein are run by default, and cannot be turned off, unless one fiddles with a Babble objects internals.

However, the processors are documented here, so that if one does turn them off, may he be able to re-use any of these.

METHODS

    master()

    Adds a master key to the item: the id key of the channel.

    This is useful when one wants to link back to the original channel from each and every item.

    creator()

    Sets the author of the item to the source's -id field, if the item does not have an author yet.

    date()

    Exports an ISO-style (date_iso) and a textual (date_text) representation of the items submission date for use by templates.

    default()

    This processor runs all of the others, in the specified order, after each other.

AUTHOR

Gergely Nagy, algernon@bonehunter.rulez.org

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

SEE ALSO

Babble

1 POD Error

The following errors were encountered while parsing the POD:

Around line 42:

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