X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/76d34d4bd4b31ebbe6847e5b31d2d4b699e75e38..35a635c705ad1449df22a7cf5f6623b9445e40e3:/perl.plp diff --git a/perl.plp b/perl.plp index 8735f5f..131291e 100644 --- a/perl.plp +++ b/perl.plp @@ -22,7 +22,7 @@ my $info = do 'perl.inc.pl' or die $@ // $!; say "Depending on desired compatibility you'll want to support a minimum of"; say join(' or ', map { sprintf 'v%vd', $info->{$_}->{distrosum}, $_ -} v5.8, v5.14), '.'; +} v5.8, v5.20), '.'; say '

'; for my $vernum (reverse sort keys %{$info}) { @@ -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; }