X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/b15c195c0aea0801d2821ed53e563c327c3223c1..ffd2fcb2acedf1b1f98d970fbc0f701c2b810e21:/perl.plp diff --git a/perl.plp b/perl.plp index 6f2dd93..9a8baf1 100644 --- a/perl.plp +++ b/perl.plp @@ -22,7 +22,7 @@ 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}) {