add bin install to makefile.pl

This commit is contained in:
Zane C. B-H 2021-11-26 18:10:04 -06:00
parent 279cce3c71
commit bba3f40494
1 changed files with 7 additions and 6 deletions

View File

@ -10,6 +10,7 @@ my %WriteMakefileArgs = (
ABSTRACT_FROM => 'lib/File/Syslogger.pm',
LICENSE => 'artistic_2',
MIN_PERL_VERSION => '5.006',
INST_SCRIPT => 'bin',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},