X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/61175bde8a6feb069b13efa5bffae92f5c7979ac..54c320d4bbbdafdf74ba2256d497702d309711b8:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index cb2b24d..67774cf 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -116,7 +116,7 @@ use utf8; new => [ ['${^LAST_FH}', 'last read filehandle (used by $.)'], ['/(?[ a + b ])/', 'regex set operations (character substraction -, unions &)'], - ['my sub foo', 'lexical subroutines (also state, our)'], + ['my sub', 'lexical subroutines (also state, our)'], ['next $expression', 'loop controls allow runtime expressions'], [q(no warnings 'experimental::…'), 'mechanism for experimental features, as of now required for smartmatch'], ], @@ -142,7 +142,7 @@ use utf8; new => [ ['\$alias =', 'aliasing via reference'], ['<<>>', 'safe readline ignoring open flags in arguments'], - ['/(nocapture)/n', 'flag to disable numbered capturing, turning () into (?:)'], + ['/()/n', 'flag to disable numbered capturing, turning () into (?:)'], ], unicode => '7.0', release => '2015-01-20',