mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add perl additional dependencies test
This commit is contained in:
parent
1295364986
commit
04471f7d97
3 changed files with 24 additions and 0 deletions
6
pre_commit/resources/empty_template_Makefile.PL
Normal file
6
pre_commit/resources/empty_template_Makefile.PL
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
NAME => "PreCommitDummy",
|
||||
VERSION => "0.0.1",
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue