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

NAME

App::Pebble::Renderer - Renderer plugin loader

DESCRIPTION

Renderers convert objects in the stream to output data, usually in the stream but sometimes sideways.

Some renderers are lazy, i.e. they are able to convert a single object to some output representation. Some are eager, i.e. they need to read the whole dataset before they can output anything.

Render plugins have the prefix R::

Renderers always go in the stream, never inside p {} or o {}.