more misc work

This commit is contained in:
Zane C. B-H 2022-05-11 07:03:24 -05:00
parent ce6e49f86d
commit cd5323e124
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
Changes
lib/Suricata/Monitoring.pm
lib/Sagan/Monitoring.pm
Makefile.PL
MANIFEST This list of files
README
@ -8,4 +8,4 @@ t/00-load.t
t/manifest.t
t/pod-coverage.t
t/pod.t
bin/suricata_stat_check
bin/sagan_stat_check

View File

@ -4,10 +4,10 @@ use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
NAME => 'Suricata::Monitoring',
NAME => 'Sagan::Monitoring',
AUTHOR => q{Zane C. Bowers-Hadley <vvelox@vvelox.net>},
VERSION_FROM => 'lib/Suricata/Monitoring.pm',
ABSTRACT_FROM => 'lib/Suricata/Monitoring.pm',
VERSION_FROM => 'lib/Sagan/Monitoring.pm',
ABSTRACT_FROM => 'lib/Sagan/Monitoring.pm',
LICENSE => 'artistic_2',
MIN_PERL_VERSION => '5.006',
INST_SCRIPT => 'bin',
@ -32,8 +32,8 @@ my %WriteMakefileArgs = (
resources => {
repository => {
type => 'git',
url => 'git@github.com:VVelox/Suricata-Monitoring.git',
web => 'https://github.com/VVelox/Suricata-Monitoring',
url => 'git@github.com:VVelox/Sagan-Monitoring.git',
web => 'https://github.com/VVelox/Sagan-Monitoring',
},
},
}