correct a depend name and install the script

This commit is contained in:
Zane C. B-H 2020-02-04 09:11:00 -06:00
parent 10c07918da
commit dc6400f003
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,10 @@
Revision history for Cluster-SSH-Helper Revision history for Cluster-SSH-Helper
0.1.1 2020-02-04/09:00
- Install bin/cshelper.
- Correct spelling of one of the depends
in Makefile.PL. CHORNY, #131665
0.1.0 2020-02-04/02:30 0.1.0 2020-02-04/02:30
- Initial release. - Initial release.

View File

@ -10,6 +10,7 @@ my %WriteMakefileArgs = (
ABSTRACT_FROM => 'lib/Cluster/SSH/Helper.pm', ABSTRACT_FROM => 'lib/Cluster/SSH/Helper.pm',
LICENSE => 'artistic_2', LICENSE => 'artistic_2',
MIN_PERL_VERSION => '5.006', MIN_PERL_VERSION => '5.006',
INST_SCRIPT => 'bin',
CONFIGURE_REQUIRES => { CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0', 'ExtUtils::MakeMaker' => '0',
}, },
@ -18,7 +19,7 @@ my %WriteMakefileArgs = (
}, },
PREREQ_PM => { PREREQ_PM => {
'Config::Tiny' => '2.24', 'Config::Tiny' => '2.24',
'Stirng::ShellQuote' => '1.04', 'String::ShellQuote' => '1.04',
'File::BaseDir' => '0.08', 'File::BaseDir' => '0.08',
}, },
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },

View File

@ -13,11 +13,11 @@ Cluster::SSH::Helper - Poll machines in a cluster via SNMP and determine which t
=head1 VERSION =head1 VERSION
Version 0.1.0 Version 0.1.1
=cut =cut
our $VERSION = '0.1.0'; our $VERSION = '0.1.1';
=head1 SYNOPSIS =head1 SYNOPSIS