X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f291602d62f584128349e17e1fd0163c946189ab..e90c9ada43f72f692aeb9c1ad512dbd5c3513a18:/perl.plp diff --git a/perl.plp b/perl.plp index 1699d9b..0d9a415 100644 --- a/perl.plp +++ b/perl.plp @@ -111,7 +111,7 @@ sub featattrs ($attr) { $title = 'experimental'; } if (defined $attr->{dropped}) { - next unless exists $get{v}; + return '' unless exists $get{v}; $title = sprintf 'removed in %vd', $_ for $attr->{dropped} || (); } elsif ($attr->{stable}) {