X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/637b7a6936d2937561bdbcd44595384fc5cc14f3..ffd2fcb2acedf1b1f98d970fbc0f701c2b810e21:/perl.plp diff --git a/perl.plp b/perl.plp index 41768c1..9a8baf1 100644 --- a/perl.plp +++ b/perl.plp @@ -17,12 +17,12 @@ Html({

The most significant features introduced for recent versions of the Perl scripting language. <: -my $info = do 'perl.inc.pl' or die $@ // $!; +my $info = Data('perl'); 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.20), '.'; +} v5.10, v5.20, v5.28), '.'; say '

'; for my $vernum (reverse sort keys %{$info}) {