8 lines
217 B
Makefile
8 lines
217 B
Makefile
|
use ExtUtils::MakeMaker;
|
||
|
WriteMakefile(
|
||
|
NAME => 'Text::Template',
|
||
|
VERSION_FROM => 'lib/Text/Template.pm',
|
||
|
# 'linkext' => {LINKTYPE => ''},
|
||
|
'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
|
||
|
);
|