update to properly repoint the #! bit

This commit is contained in:
Zane C. B-H 2022-10-25 23:45:20 -05:00
parent e3a697b9ca
commit 841df1399e
5 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
bin/.exists
src_bin/.exists
!Build/
.last_cover_stats
/META.yml

View File

@ -7,4 +7,5 @@ t/00-load.t
t/manifest.t
t/pod-coverage.t
t/pod.t
bin/yqh
src_bin/yqh
bin/

View File

@ -11,7 +11,7 @@ my %WriteMakefileArgs = (
LICENSE => 'artistic_2',
MIN_PERL_VERSION => '5.006',
INST_SCRIPT => 'bin',
EXE_FILES=>['src_bin/yqh'],
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},

0
bin/.exists Normal file
View File

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!perl
use strict;
use warnings;