File: Makefile.PL

package info (click to toggle)
libtext-template-perl 1.45-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 388 kB
  • sloc: perl: 1,369; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (15)
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'},
);