pre-commit/testing/resources/perl_hooks_repo/Makefile.PL
2020-02-01 15:41:14 +02:00

10 lines
196 B
Perl

use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => "PreCommitHello",
VERSION_FROM => "lib/PreCommitHello.pm",
EXE_FILES => [qw(bin/pre-commit-perl-hello)],
);