Module::Compile::TT - Preprocess Perl code with Template Toolkit and Module::Compile.


Module-Compile-TT documentation Contained in the Module-Compile-TT distribution.

Index


Code Index:

NAME

Top

Module::Compile::TT - Preprocess Perl code with Template Toolkit and Module::Compile.

SYNOPSIS

Top

	use tt;

	...

DESCRIPTION

Top

See tt for the actual documentation. This is mostly just a placeholder for declaring prettier dependancies.


Module-Compile-TT documentation Contained in the Module-Compile-TT distribution.

package Module::Compile::TT;

use strict;
use warnings;

1;