mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-01 09:07:25 +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;
|
return $self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub VERSION {
|
||||||
|
my ($self) = @_;
|
||||||
|
return 'TESTING';
|
||||||
|
}
|
||||||
|
|
||||||
sub config {
|
sub config {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
return $self;
|
return $self;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue