mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +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
Changes
5
Changes
|
@ -1,4 +1,9 @@
|
||||||
|
Revision history for {{$dist->name}}
|
||||||
|
|
||||||
4.13.2_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
4.13.2_01 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
|
- Fix Getopt--Long minimum version
|
||||||
|
|
||||||
|
4.13.2_01 2018-11-24 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||||
- Move all Tk code into its own module as-is
|
- Move all Tk code into its own module as-is
|
||||||
- Fix for 'bad pad value "3m"' error when using Tk 804.034
|
- Fix for 'bad pad value "3m"' error when using Tk 804.034
|
||||||
- Update to Perl::Tidy 20181117
|
- Update to Perl::Tidy 20181117
|
||||||
|
|
|
@ -5,7 +5,7 @@ package App::ClusterSSH;
|
||||||
# ABSTRACT: Cluster administration tool
|
# ABSTRACT: Cluster administration tool
|
||||||
# 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
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ Object representing application configuration
|
||||||
use Carp;
|
use Carp;
|
||||||
use Try::Tiny;
|
use Try::Tiny;
|
||||||
use Pod::Usage;
|
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 FindBin qw($Script);
|
||||||
|
|
||||||
use base qw/ App::ClusterSSH::Base /;
|
use base qw/ App::ClusterSSH::Base /;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue