X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6b443abb1ebf8f9a7902eb53911ab26201e5e7ab..dbc36bf915e8c73904f9e27309310d5e4caba6a3:/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 )'], + ], }