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