X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/dd241141e48016292aaae8210c7aae62957c9ef5..8e926bf429bf6add331c40a6620da69d37b7c585:/perl.inc.pl 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 )'], + ], }