X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/084e72d390de05bfa7f16b54b97f339d491bfff2..50442220cc52bad55c1003de34f8dada958650d5:/perl.plp diff --git a/perl.plp b/perl.plp index 1635621..131291e 100644 --- a/perl.plp +++ b/perl.plp @@ -53,7 +53,7 @@ for my $vernum (reverse sort keys %{$info}) { if ($attr->{feature}) { my $prefix = sprintf 'feature', $attr->{feature}; - my $title = join ', ', $prefix, $title // (); + $title = join ', ', $prefix, $title // (); } $desc .= sprintf ' (%s)', $title; }