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