10 lines
151 B
Perl
10 lines
151 B
Perl
|
|
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile(
|
|
'VERSION' => 96.042201,
|
|
'NAME' => 'Proc::Forkfunc',
|
|
'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
|
|
);
|
|
|