diff options
author | David Mitchell <davem@iabyn.com> | 2009-08-20 19:29:35 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-08-20 19:29:35 +0100 |
commit | d7c0d2821cad1d2e5b6b3d6440e7c22bfaae9559 (patch) | |
tree | 792f00cce43e3f77a0385b65b6bc5d2f9da3087f /pod | |
parent | 73519bd01829f1480c288a0a7ccbfff973d867df (diff) | |
download | perl-d7c0d2821cad1d2e5b6b3d6440e7c22bfaae9559.tar.gz |
add -DM flag to track smartmatch resolution
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrun.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 994aecb847..3d177ebd52 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -417,6 +417,7 @@ B<-D14> is equivalent to B<-Dtls>): 2097152 C Copy On Write 4194304 A Consistency checks on internal structures 8388608 q quiet - currently only suppresses the "EXECUTING" message + 16777216 M trace smart match resolution All these flags require B<-DDEBUGGING> when you compile the Perl executable (but see L<Devel::Peek>, L<re> which may change this). |