X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2ba8f9c9bbbd13bdc4d0411e7342adef8ca680d3..7db6546c031c5fd8167a487cbda66d35280ec7cf:/perl.plp diff --git a/perl.plp b/perl.plp index 17145e3..a5ef991 100644 --- a/perl.plp +++ b/perl.plp @@ -24,7 +24,7 @@ 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}; + defined $verrow->{unstable} and next unless exists $get{v}; say '
'; say sprintf '

%vd %s

', $vernum, $verrow->{release};