7 lines
98 B
Perl
7 lines
98 B
Perl
|
use ExtUtils::MakeMaker;
|
||
|
|
||
|
WriteMakefile(
|
||
|
NAME => "PreCommitDummy",
|
||
|
VERSION => "0.0.1",
|
||
|
);
|