X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4542eccbacf469cae51d52e422c6eb65b081bb9c..2fb9a76b4efcaf79c4d252c55c521a36a9f2fd74:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index 632fc12..ca836cc 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -58,4 +58,13 @@ use utf8; ], release => '2012-05-20', }, + v5.18 => { + new => [ + ['${^LAST_FH}', 'last read filehandle (used by $.)'], + ['/(?[ … & … + … - … ])/', 'regex set operations'], + ['my sub foo', 'lexical subroutines (also state, our)'], + ['next $expression', 'loop controls allow runtime expressions'], + ], + release => '2013-05-18', + }, }