perl: add most significant features for v5.16
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 20 May 2012 17:30:17 +0000 (19:30 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 19 Apr 2013 15:10:13 +0000 (17:10 +0200)
perl.inc.pl
perl.plp

index 30fe00c4e6432f532512e8c9e875426a4eec64a6..efa8b6eb9ab52b0dc8317582bea604642796fdf7 100644 (file)
@@ -35,4 +35,9 @@ use utf8;
                ["use re '/flags'", 'customize default modifiers'],
                ['each $ref e.a.', 'array and hash container functions accept references'],
        ],
+       v5.16 => [
+               ['__SUB__', 'current subroutine reference'],
+               ['fc, "\F"', 'unicode foldcase to compare case-insensitively'],
+               ['"\N{}"', 'automatic use charnames qw( :full :short )'],
+       ],
 }
index 255032a7ccd488890a78b1ceb48ba24b324e9f7b..7742f80d830ad5cd437d99ad0947f7bc40fb9397 100644 (file)
--- a/perl.plp
+++ b/perl.plp
@@ -8,6 +8,7 @@ Html({
                sheet cheat overview summary
        '],
        stylesheet => [qw'light dark red'],
+       data => ['perl.inc.pl'],
 });
 
 :>