X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ae34f61b658a824a00ce2a619fa8736c001aa513..76d34d4bd4b31ebbe6847e5b31d2d4b699e75e38:/perl.plp?ds=sidebyside diff --git a/perl.plp b/perl.plp index 4e6222d..8735f5f 100644 --- a/perl.plp +++ b/perl.plp @@ -16,13 +16,15 @@ Html({

The most significant features introduced for recent versions of the Perl scripting language. -Depending on desired compatibility you'll want to support a minimum of -v5.8 or -v5.14. -

- <: 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), '.'; +say '

'; + for my $vernum (reverse sort keys %{$info}) { my $verrow = $info->{$vernum}; defined $verrow->{unstable} and next unless exists $get{v};