NAME
Renderer.pm - ...
VERSION
Version 0.1000, released 2015-01-15.
SYNOPSIS
package Stenciller::Plugin::MyNewRenderer;
use Moose;
with 'Stenciller::Renderer';
sub render {
...
}
DESCRIPTION
This is the role that all Stenciller plugins must consume. It requires a render
method to be implemented.
ATTRIBUTES
stenciller
The Stenciller object is passed automatically to plugins.
SOURCE
https://github.com/Csson/p5-Stenciller
HOMEPAGE
https://metacpan.org/release/Stenciller
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Erik Carlsson <info@code301.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.