Deprecated.
NAME
MojoX::CustomTemplateFileParser::Plugin::To::Pod - Create pod
VERSION
Version 0.1002, released 2015-11-26.
SYNOPSIS
use MojoX::CustomTemplateFileParser;
my $parser = MojoX::CustomTemplateFileParser->new(path => '/path/to/file.mojo', output => ['Pod']);
print $parser->to_pod;
DESCRIPTION
MojoX::CustomTemplateFileParser::Plugin::To::Pod is an output plugin to MojoX::CustomTemplateFileParser.
to_pod()
This method is added to MojoX::CustomTemplateFileParser objects created with output => ['Pod']
.
SEE ALSO
* Dist::Zilla::Plugin::InsertExample::FromMojoTemplates * MojoX::CustomTemplateFileParser::Plugin::To::Pod * MojoX::CustomTemplateFileParser::Plugin::To::Test
SOURCE
https://github.com/Csson/p5-mojox-customtemplatefileparser
HOMEPAGE
https://metacpan.org/release/MojoX-CustomTemplateFileParser
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Erik Carlsson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.