App-TemplateCMD
view release on metacpan or search on metacpan
=pod
=begin html
<a href="https://travis-ci.org/ivanwills/App-TemplateCMD?branch=master"><img src="https://travis-ci.org/ivanwills/App-TemplateCMD.png?branch=master" alt="App-TemplateCMD"></a>
<a href="https://coveralls.io/r/ivanwills/App-TemplateCMD?branch=master"><img src="https://coveralls.io/repos/ivanwills/App-TemplateCMD/badge.svg?branch=master" alt="Coverage Status" /></a>
=end html
=head1 App-TemplateCMD
This module provides a tools to use Template Toolkit from the command line.
It installs the program templatecmd which provides an interface to the
App::TemplateCMD modules.
templates/perl/package/README.pod view on Meta::CPAN
[% file = file _ '.pm' -%]
[% package = module -%]
[% IF package.match('::') -%]
[% package = package.replace('::', '-') -%]
[% END -%]
[% IF travis -%]
=pod
=begin html
<a href="https://travis-ci.org/ivanwills/[% package %]?branch=master"><img src="https://travis-ci.org/ivanwills/[% package %].png?branch=master" alt="[% package %]"></a>
<a href="https://coveralls.io/r/ivanwills/[% package %]?branch=master"><img src="https://coveralls.io/repos/ivanwills/[% package %]/badge.svg?branch=master" alt="Coverage Status" /></a>
=end html
[% END -%]
=head1 [% module %]
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
( run in 1.626 second using v1.01-cache-2.11-cpan-df04353d9ac )