X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4c28c0f1dd2556ecb920f2cea1785527e6c44a06..refs/heads/master:/perl.plp?ds=sidebyside diff --git a/perl.plp b/perl.plp index 2d9cb01..0ee9639 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => '1.5', + 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}) {