summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
blob: a1f334492b92d3239f77ee2809b2a52233f561ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;

if (-e 'lib/MDK/Common.pm.pl') {
    system("perl lib/MDK/Common.pm.pl > lib/MDK/Common.pm");
}

WriteMakefile(
    NAME          => 'MDK::Common',
    VERSION_FROM  => 'lib/MDK/Common.pm',
    ABSTRACT_FROM => 'lib/MDK/Common.pm',
    AUTHOR        => 'Thierry Vignaud <thierry.vignaud@gmail.com>',
    dist	  => { COMPRESS => "xz -f" },
);