mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Fix 'ccon'
Fixed 'ccon' not calling the correct command Sf bug 3605002
This commit is contained in:
parent
e18136481f
commit
72e37269fb
4 changed files with 40 additions and 25 deletions
|
@ -3,7 +3,7 @@ package App::ClusterSSH;
|
|||
use 5.008.004;
|
||||
use warnings;
|
||||
use strict;
|
||||
use version; our $VERSION = version->new('4.01_03');
|
||||
use version; our $VERSION = version->new('4.01_04');
|
||||
|
||||
use Carp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue