mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Fix code for perltidy test
This commit is contained in:
parent
1805c1c9d4
commit
d822ecd81d
1 changed files with 3 additions and 2 deletions
|
@ -399,8 +399,9 @@ sub _generate_pod {
|
|||
output '=head1 ', $self->loc('NAME');
|
||||
output "$Script - ", $self->loc("Cluster administration tool");
|
||||
output '=head1 ', $self->loc('VERSION');
|
||||
output $self->loc("This documenation is for version: [_1]", $self->parent->VERSION);
|
||||
output '=head1 ', $self->loc('SYNOPSIS');
|
||||
output $self->loc( "This documenation is for version: [_1]",
|
||||
$self->parent->VERSION );
|
||||
output '=head1 ', $self->loc('SYNOPSIS');
|
||||
|
||||
# build the synopsis
|
||||
print "$Script ";
|
||||
|
|
Loading…
Add table
Reference in a new issue