This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
268e690
)
perlrun: Note existence of -DL
author
Karl Williamson
<khw@cpan.org>
Thu, 7 May 2015 18:54:32 +0000
(12:54 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 7 May 2015 23:32:48 +0000
(17:32 -0600)
pod/perlrun.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrun.pod
b/pod/perlrun.pod
index
acf2702
..
7a4e102
100644
(file)
--- a/
pod/perlrun.pod
+++ b/
pod/perlrun.pod
@@
-419,6
+419,8
@@
B<-D14> is equivalent to B<-Dtls>):
16777216 M trace smart match resolution
33554432 B dump suBroutine definitions, including special Blocks
like BEGIN
+ 67108864 L trace Locale-related info; what gets output is very
+ subject to change
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>