yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | use ExtUtils::MakeMaker; |
2 | WriteMakefile( | ||||
3 | NAME => 'Text::Template', | ||||
4 | VERSION_FROM => 'lib/Text/Template.pm', | ||||
5 | # 'linkext' => {LINKTYPE => ''}, | ||||
6 | 'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'}, | ||||
7 | ); |