Perl 5
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
committers
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a0e791
)
perlexperiment: version of acceptance for \N{name}
author
Ricardo Signes
<rjbs@cpan.org>
Fri, 14 Jun 2013 22:05:05 +0000
(18:05 -0400)
committer
Ricardo Signes
<rjbs@cpan.org>
Fri, 14 Jun 2013 22:05:05 +0000
(18:05 -0400)
pod/perlexperiment.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlexperiment.pod
b/pod/perlexperiment.pod
index
74c31b1
..
184a449
100644
(file)
--- a/
pod/perlexperiment.pod
+++ b/
pod/perlexperiment.pod
@@
-268,7
+268,9
@@
The C<\N> character class, not to be confused with the named character
sequence C<\N{NAME}>, denotes any non-newline character in a regular
expression.
-Introduced in: Perl 5.12
+Introduced in Perl 5.12
+
+Exact version of acceptance unclear, but no later than Perl 5.18.
=back