diff options
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 4 |
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 |