summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-06-14 18:05:05 -0400
committerRicardo Signes <rjbs@cpan.org>2013-06-14 18:05:05 -0400
commit3cb3bd668f5d1724e862d17aef4fed7fb97fe393 (patch)
tree63f884492a466321fecca914c596f352cc9189fe /pod/perlexperiment.pod
parent3a0e7915191b8bbceae4d5a6e9c6b07da8f41e6e (diff)
downloadperl-3cb3bd668f5d1724e862d17aef4fed7fb97fe393.tar.gz
perlexperiment: version of acceptance for \N{name}
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index 74c31b1fcf..184a449ef3 100644
--- 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