autofix the perl path

This commit is contained in:
Zane C. B-H 2023-01-13 09:53:33 -06:00
parent 3885e2dd37
commit ec258e3ef1
6 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -33,4 +33,4 @@ inc/
/MANIFEST.bak
/pm_to_blib
/*.zip
bin/.exists
bin/clonehelper

View File

@ -1,4 +1,7 @@
Revision history for VM-Libvirt-CloneHelper
0.1.0 2023-01-??/??:??
-Audo fix perl path.
0.0.1 2022-6-24/13:45
-Initial release.

View File

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

View File

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

0
bin/.exists Normal file
View File

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!perl
=head1 NAME