Menu

[r42]: / Makefile.PL  Maximize  Restore  History

Download this file

11 lines (9 with data), 281 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Term::Highlight',
AUTHOR => 'A. Radkov <alexey.radkov@gmail.com>',
VERSION_FROM => 'hl',
ABSTRACT_FROM => 'Highlight.pm',
LICENSE => 'perl_5',
EXE_FILES => [ 'hl' ]
);