From 8e926bf429bf6add331c40a6620da69d37b7c585 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 20 May 2012 19:30:17 +0200 Subject: [PATCH] perl: add most significant features for v5.16 --- perl.inc.pl | 5 +++++ perl.plp | 1 + 2 files changed, 6 insertions(+) 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'], }); :> -- 2.30.0