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:
91180f3
)
Fix nit in pod nit fix
author
Steve Hay
<SteveHay@planit.com>
Tue, 1 Nov 2005 08:45:09 +0000
(08:45 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Tue, 1 Nov 2005 08:45:09 +0000
(08:45 +0000)
p4raw-id: //depot/perl@25944
pod/perlhack.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlhack.pod
b/pod/perlhack.pod
index
a1f6e61
..
15c8d5c
100644
(file)
--- a/
pod/perlhack.pod
+++ b/
pod/perlhack.pod
@@
-2482,7
+2482,7
@@
file and line number (and C function name, if supported by the C compiler).
This logging is somewhat similar to C<-Dm> but independent of C<-DDEBUGGING>,
and at a higher level (the C<-Dm> is directly at the point of C<malloc()>,
-while the C<PERL_MEM_LOG> is at the level of C<New()
)>
.
+while the C<PERL_MEM_LOG> is at the level of C<New()
>)
.
=head2 Profiling