Sign in
flutter
/
third_party
/
openssl
/
781fb90cd7ec28a0d4e94cbb4a95fecb72020c2d
/
.
/
external
/
perl
/
Text-Template-1.46
/
Makefile.PL
blob: 491e03cb02eac679c60f0a74312e488d073c5448 [
file
]
use
ExtUtils
::
MakeMaker
;
WriteMakefile
(
NAME
=>
'Text::Template'
,
VERSION_FROM
=>
'lib/Text/Template.pm'
,
# 'linkext' => {LINKTYPE => ''},
'dist'
=>
{
COMPRESS
=>
'gzip'
,
SUFFIX
=>
'gz'
},
);