The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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