X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/084e72d390de05bfa7f16b54b97f339d491bfff2..b86bbb8de10c94737088dbc8b3c8c2fd9d7d0770:/perl.plp diff --git a/perl.plp b/perl.plp index 1635621..6f2dd93 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => '1.3', + version => '1.4', keywords => [qw' perl version feature features comparison sheet cheat overview summary @@ -17,7 +17,7 @@ Html({

The most significant features introduced for recent versions of the Perl scripting language. <: -my $info = do 'perl.inc.pl' or die $@ // $!; +my $info = Data('perl'); say "Depending on desired compatibility you'll want to support a minimum of"; say join(' or ', map { @@ -53,7 +53,7 @@ for my $vernum (reverse sort keys %{$info}) { if ($attr->{feature}) { my $prefix = sprintf 'feature', $attr->{feature}; - my $title = join ', ', $prefix, $title // (); + $title = join ', ', $prefix, $title // (); } $desc .= sprintf ' (%s)', $title; }