NAME

Stenciller::Renderer - A role for transformer plugins to consume

VERSION

Version 0.1005, released 2015-01-16.

SYNOPSIS

package Some::Place::MyNewRenderer;

use Moose;
with 'Stenciller::Renderer';

sub render {
    ...
}

DESCRIPTION

This is the role that everything that renders something that a Stenciller::Transformer plugin has transformed must consume. It requires a render method to be implemented.

ATTRIBUTES

Attributes can differ between consumers.

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.