NAME
IPC::PrettyPipe::Renderer - role for renderer backends
SYNOPSIS
package IPC::PrettyPipe::Render::My::Backend;
sub render { }
with 'IPC::PrettyPipe::Renderer';
DESCRIPTION
This role defines the required interface for rendering backends for IPC::PrettyPipe. Backend classes must consume this role.
METHODS
The following methods must be defined:
- render
-
Return the rendered the pipeline.
COPYRIGHT & LICENSE
Copyright 2013 Smithsonian Astrophysical Observatory
This software is released under the GNU General Public License. You may find a copy at
http://www.fsf.org/copyleft/gpl.html
AUTHOR
Diab Jerius <djerius@cfa.harvard.edu>