summaryrefslogtreecommitdiffstats
path: root/pre_commit/resources/empty_template_Makefile.PL
blob: 45a0ba377866a64e1d21fbb0e43a93a5dd8e8d12 (plain)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME => "PreCommitPlaceholder",
    VERSION => "0.0.1",
);