libproc-forkfunc-perl/Makefile.PL

10 lines
151 B
Makefile
Raw Permalink Normal View History

2017-09-15 13:56:01 +02:00
use ExtUtils::MakeMaker;
WriteMakefile(
'VERSION' => 96.042201,
'NAME' => 'Proc::Forkfunc',
'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
);