From: Mischa POSLAWSKY Date: Sun, 20 May 2012 17:30:17 +0000 (+0200) Subject: perl: add most significant features for v5.16 X-Git-Tag: v1.6~105 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/8e926bf429bf6add331c40a6620da69d37b7c585?hp=dd241141e48016292aaae8210c7aae62957c9ef5 perl: add most significant features for v5.16 --- diff --git a/perl.inc.pl b/perl.inc.pl index 30fe00c..efa8b6e 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -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 )'], + ], } diff --git a/perl.plp b/perl.plp index 255032a..7742f80 100644 --- a/perl.plp +++ b/perl.plp @@ -8,6 +8,7 @@ Html({ sheet cheat overview summary '], stylesheet => [qw'light dark red'], + data => ['perl.inc.pl'], }); :>