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