htaccess: set max-age for plp to a day
[sheet.git] / perl.inc.pl
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 )'],
+       ],
 }