File size: 196 Bytes
03c4799
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use ExtUtils::MakeMaker;

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