NAME
Stenciller::Transformer - A role for transformer plugins to consume
VERSION
Version 0.1100, released 2015-01-16.
SYNOPSIS
package Stenciller::Plugin::MyNewRenderer;
use Moose;
with 'Stenciller::Transformer';
sub transformer {
...
}
DESCRIPTION
This is the role that all Stenciller plugins must consume. It requires a transformer
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.