Pull in all fixes from 4.13.x

This commit is contained in:
Duncan Ferguson 2018-03-15 22:09:44 +00:00
commit 7670b0be39
11 changed files with 137 additions and 87 deletions

View file

@ -3,7 +3,7 @@ package App::ClusterSSH;
use 5.008.004;
use warnings;
use strict;
use version; our $VERSION = version->new('4.13_01');
use version; our $VERSION = version->new('4.14_01');
use Carp qw/cluck :DEFAULT/;