summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Johnston <nickjohnstonsky@gmail.com>2010-06-17 14:13:18 +0100
committerRicardo Signes <rjbs@cpan.org>2011-01-03 18:28:04 -0500
commit54b145456508521bedc291b2b0b189dab47c12d1 (patch)
tree0bd42b9ec96599eeca9e2d66e1bfc3b7684792d0
parentccc059691a8a3d6e7aaad20839b470dc25b89bed (diff)
downloadperl-54b145456508521bedc291b2b0b189dab47c12d1.tar.gz
Update: re pragma is lexically scoped since Perl 5.9.5.
-rw-r--r--pod/perldebguts.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod
index 7319e74811..402b67c242 100644
--- a/pod/perldebguts.pod
+++ b/pod/perldebguts.pod
@@ -405,7 +405,8 @@ If your perl is compiled with C<-DDEBUGGING>, you may use the
B<-Dr> flag on the command line.
Otherwise, one can C<use re 'debug'>, which has effects at
-compile time and run time. It is not lexically scoped.
+compile time and run time. Since Perl 5.9.5, this pragma is lexically
+scoped.
=head2 Compile-time output