aboutsummaryrefslogtreecommitdiff
path: root/openssl-1.1.0h/external/perl/Text-Template-1.46/Makefile.PL
blob: 491e03cb02eac679c60f0a74312e488d073c5448 (plain)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
WriteMakefile(
	      NAME => 'Text::Template',
	      VERSION_FROM => 'lib/Text/Template.pm',
#	      'linkext' => {LINKTYPE => ''},
	      'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
);