Fix 'ccon'

Fixed 'ccon' not calling the correct command

Sf bug 3605002
This commit is contained in:
Duncan Ferguson 2013-02-26 20:10:01 +00:00
parent e18136481f
commit 72e37269fb
4 changed files with 40 additions and 25 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.01_03');
use version; our $VERSION = version->new('4.01_04');
use Carp;