X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/106a575297624a006488fe22cb785a260bee1f5c..ca8caa9227ad9151bd57ab7eccab2c8947ea55da:/perl.plp diff --git a/perl.plp b/perl.plp index 9cb8348..56904e1 100644 --- a/perl.plp +++ b/perl.plp @@ -24,10 +24,12 @@ Depending on desired compatibility you'll want to support a minimum of my $info = do 'perl.inc.pl' or die $@ // $!; for my $vernum (reverse sort keys %{$info}) { my $verrow = $info->{$vernum}; + $verrow->{unstable} and next unless exists $get{v}; + print '
'."\n"; - printf '

%vd %s

'."\n", $vernum, $verrow->{release}; - printf '
%s
%s', @{$_}, '
' for @{ $verrow->{new} }; - printf '
Unicode
v%s', $_ for $verrow->{unicode} || (); + printf '

%vd %s

'."\n", $vernum, $verrow->{release}; + printf '
%s
%s'."\n", @{$_}, '
' for @{ $verrow->{new} }; + printf '
Unicode
v%s'."\n", $_ for $verrow->{unicode} || (); print "
\n"; print "
\n\n"; }