summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-07 10:42:14 -0700
committerKarl Williamson <khw@cpan.org>2019-11-17 13:53:27 -0700
commit5d7580af4b14229eafb27db9b7a34b8b918876b4 (patch)
tree4f172db85f6e577c36444cd511b85a829e237aea /pod/perlrun.pod
parentf6977feef2fbfefb19932acc5cb296fe31e19835 (diff)
downloadperl-5d7580af4b14229eafb27db9b7a34b8b918876b4.tar.gz
Add -Dy debugging of tr///, y///
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index b32598424f..fb06893822 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -428,6 +428,7 @@ B<-D14> is equivalent to B<-Dtls>):
subject to change
134217728 i trace PerlIO layer processing. Set PERLIO_DEBUG to
the filename to trace to.
+ 268435456 y trace y///, tr/// compilation and execution
All these flags require B<-DDEBUGGING> when you compile the Perl
executable (but see C<:opd> in L<Devel::Peek> or L<re/'debug' mode>