From: Mischa POSLAWSKY Date: Sun, 25 Jan 2015 22:58:47 +0000 (+0100) Subject: perl: keep feature titles to a minimum X-Git-Tag: v1.6~58 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/26157b0b6ddd9f55d4e51d1bf95d40129596ad39 perl: keep feature titles to a minimum --- 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',