X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b22f63ba31441200ca915c64445d5a87d146c327..2a99bcdadec88d7483903e2c8420ad3e78fcb805:/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};