From: Mischa POSLAWSKY Date: Thu, 28 Jun 2018 07:06:25 +0000 (+0200) Subject: perl: reinclude feature attributes X-Git-Tag: v1.12~45 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/172ca34840da463017d2442fc41019ef6f8b74df perl: reinclude feature attributes Broken since commit v1.11-14-gf14d687746 (2018-03-22) [perl: wrap long source lines to 80 characters]. --- 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; }