blob: 491e03cb02eac679c60f0a74312e488d073c5448 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Text::Template',
4 VERSION_FROM => 'lib/Text/Template.pm',
5# 'linkext' => {LINKTYPE => ''},
6 'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
7);