X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/7dcd95ca1bc9fb7330103791695eec05085d67af..aa4e270baad2dcb970c0a89e41f3d7ac907a311b:/perl.plp diff --git a/perl.plp b/perl.plp index 596e4d8..0ee9639 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => '1.6', + version => '1.7', keywords => [qw' perl version feature features comparison sheet cheat overview summary @@ -113,7 +113,8 @@ sub featattrs ($attr) { $title = 'experimental'; } if (defined $attr->{dropped}) { - return '' unless exists $get{v}; + no warnings 'exiting'; + next unless exists $get{v}; # skip containing feature $title = sprintf 'removed in %vd', $_ for $attr->{dropped} || (); } elsif ($attr->{stable}) {