diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-16 08:40:50 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-17 18:08:08 +0200 |
commit | c741660aac46f1784b5ef16aeab5e4958a91df78 (patch) | |
tree | 4cfd64685f0460e59e4a46b4f44a8c5b43c7f5c1 /pod/perltodo.pod | |
parent | afefe6bfcf9956c77e5f9eee351e3d13be12ea3b (diff) | |
download | perl-c741660aac46f1784b5ef16aeab5e4958a91df78.tar.gz |
Basic docs for \N
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index cf0304aae9..c84b51e368 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -1101,12 +1101,6 @@ 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 |