diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-13 16:09:49 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-13 16:09:49 +0200 |
commit | 6e7200087b3eda4eb9428af23b3adee3467092a0 (patch) | |
tree | cd2fa6e1aef15bd0fa0934eff93af6330f788991 /pod | |
parent | aac81c64863fb4ee65b90979edf416ce8bef8f59 (diff) | |
download | perl-6e7200087b3eda4eb9428af23b3adee3467092a0.tar.gz |
Add \N idea from Perl 6 to perltodo
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltodo.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index c84b51e368..cf0304aae9 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -1101,6 +1101,12 @@ combines the code in pp_entersub, pp_leavesub. This should probably be done 1st in XS, and using B::Generate to patch the new OP into the optrees. +=head2 C<\N> + +It should be possible to add a C<\N> regex assertion, meaning "every +character except C<\n>° independently of the context. That would +of course imply that C<\N> couldn't be followed by an opening C<{>. + =head1 Big projects Tasks that will get your name mentioned in the description of the "Highlights |