Compare commits

...

1 Commits

Author SHA1 Message Date
Zane C. B-H dc6400f003 correct a depend name and install the script 2020-02-04 09:11:00 -06:00
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,10 @@
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
- Initial release.

View File

@ -10,6 +10,7 @@ my %WriteMakefileArgs = (
ABSTRACT_FROM => 'lib/Cluster/SSH/Helper.pm',
LICENSE => 'artistic_2',
MIN_PERL_VERSION => '5.006',
INST_SCRIPT => 'bin',
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => '0',
},
@ -18,7 +19,7 @@ my %WriteMakefileArgs = (
},
PREREQ_PM => {
'Config::Tiny' => '2.24',
'Stirng::ShellQuote' => '1.04',
'String::ShellQuote' => '1.04',
'File::BaseDir' => '0.08',
},
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
Version 0.1.0
Version 0.1.1
=cut
our $VERSION = '0.1.0';
our $VERSION = '0.1.1';
=head1 SYNOPSIS