mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Version bump and travis fix
- Amend min version of Getopt::Long for Travis - Bump the dist version
This commit is contained in:
parent
e857392130
commit
e5c33c6e13
3 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,7 @@ package App::ClusterSSH;
|
|||
# ABSTRACT: Cluster administration tool
|
||||
# ABSTRACT: Cluster administration tool
|
||||
|
||||
use version; our $VERSION = version->new('4.13.2_01');
|
||||
use version; our $VERSION = version->new('4.13.2_02');
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ Object representing application configuration
|
|||
use Carp;
|
||||
use Try::Tiny;
|
||||
use Pod::Usage;
|
||||
use Getopt::Long 2.5 qw(:config no_ignore_case bundling no_auto_abbrev);
|
||||
use Getopt::Long 2.48 qw(:config no_ignore_case bundling no_auto_abbrev);
|
||||
use FindBin qw($Script);
|
||||
|
||||
use base qw/ App::ClusterSSH::Base /;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue