X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/513c99e35009e367267722728f9567aa566398ec..172ca34840da463017d2442fc41019ef6f8b74df:/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; }