misc updates in regards to installing

This commit is contained in:
Zane C. B-H 2022-11-08 06:53:58 -06:00
parent 166a2bce67
commit f4f234c659
5 changed files with 3 additions and 5 deletions

4
.gitignore vendored
View File

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

View File

@ -2,7 +2,6 @@ Changes
lib/HV/Monitor.pm
Makefile.PL
MANIFEST This list of files
README
t/00-load.t
t/manifest.t
t/pod-coverage.t
@ -10,3 +9,4 @@ t/pod.t
bin/hv_monitor
lib/HV/Monitor/Backends/CBSD.pm
lib/HV/Monitor/Backends/Libvirt.pm
README.md

View File

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

0
bin/.exists Normal file
View File