bump versions of all pages with visible changes since v1.11
[sheet.git] / perl.plp
index 16356213e554b02c8ac89f4c75ffe51c58ca936f..41768c156d7b228cd74d932f63c3410cb1cddb7a 100644 (file)
--- 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
@@ -53,7 +53,7 @@ for my $vernum (reverse sort keys %{$info}) {
                        if ($attr->{feature}) {
                                my $prefix = sprintf '<span title="%s">feature</span>',
                                        $attr->{feature};
-                               my $title = join ', ', $prefix, $title // ();
+                               $title = join ', ', $prefix, $title // ();
                        }
                        $desc .= sprintf ' <em class="ex">(%s)</em>', $title;
                }