mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-26 00:59:11 -05:00
7 lines
98 B
Perl
7 lines
98 B
Perl
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile(
|
|
NAME => "PreCommitDummy",
|
|
VERSION => "0.0.1",
|
|
);
|