summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-27 18:27:23 -0700
committerKarl Williamson <public@khwilliamson.com>2013-02-27 18:30:59 -0700
commit2171640d622fec8c4600653b1cf9907d24dfc169 (patch)
tree455b0bc9f7efd236bd3308e19e2f5510b150a5c8 /pod/perlexperiment.pod
parent2d8edfd19d3ae7a665ce2648c86d00540f61f564 (diff)
downloadperl-2171640d622fec8c4600653b1cf9907d24dfc169.tar.gz
\N is no longer experimental
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod17
1 files changed, 7 insertions, 10 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index ad88c06f9e..0f1a907076 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -232,15 +232,6 @@ See also: L<perlre/"Special Backtracking Control Verbs">
=item Code expressions, conditional expressions, and independent expressions in regexes
-=item The C<\N> regex character class
-
-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
-
-See also:
=item gv_try_downgrade
@@ -273,7 +264,13 @@ They are also awarded +5 Stability and +3 Charisma.
=over 8
-=item (none yet identified)
+=item The C<\N> regex character class
+
+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
=back