1
0
Fork 0
pre-commit/testing/resources/perl_hooks_repo/Makefile.PL

11 lines
196 B
Perl
Raw Normal View History

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