mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Fix test after fixing -v option
This commit is contained in:
parent
72668c128f
commit
f22bce3cb1
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ sub parent {
|
|||
return $self;
|
||||
}
|
||||
|
||||
sub VERSION {
|
||||
my ($self) = @_;
|
||||
return 'TESTING';
|
||||
}
|
||||
|
||||
sub config {
|
||||
my ($self) = @_;
|
||||
return $self;
|
||||
|
|
Loading…
Add table
Reference in a new issue