Fix code for perltidy test

This commit is contained in:
Duncan Ferguson 2017-04-13 09:04:23 +01:00
parent 1805c1c9d4
commit d822ecd81d

View file

@ -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 ";