typester / text-microtemplate-extended-perl

Template engine extended from Text::MicroTemplate

This URL has Read+Write access

text-microtemplate-extended-perl / Makefile.PL
100644 11 lines (8 sloc) 0.22 kb
1
2
3
4
5
6
7
8
9
10
11
use inc::Module::Install;
name 'Text-MicroTemplate-Extended';
all_from 'lib/Text/MicroTemplate/Extended.pm';
 
requires 'Text::MicroTemplate' => '0.07';
 
test_requires 'Test::More';
use_test_base;
auto_include;
WriteAll;