rework it so it rewrites #!

This commit is contained in:
Zane C. B-H 2022-10-27 19:48:13 -05:00
parent 7cc2d27ad0
commit 5ffc646034
4 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@
*.o
*.pm.tdy
*.bs
bin/.exists
bin/lilith
# Devel::Cover
cover_db/

View File

@ -11,6 +11,7 @@ my %WriteMakefileArgs = (
LICENSE => 'artistic_2',
MIN_PERL_VERSION => '5.006',
INST_SCRIPT => 'bin',
EXE_FILES=>['src_bin/lilith'],
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;