NAME

Stenciller::Plugin::ToUnparsedText - A plugin that just renders all the text

VERSION

Version 0.1004, released 2015-01-15.

SYNOPSIS

use Stenciller;
my $stenciller = Stenciller->new(filepath => 't/corpus/test-1.stencil');
my $content = $stenciller->render('ToUnparsedText');

DESCRIPTION

This plugin to Stenciller basically returns all text content of the stencils.

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.