diff options
author | Steve Hay <SteveHay@planit.com> | 2005-11-01 08:45:09 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-11-01 08:45:09 +0000 |
commit | a015a77ee9cc914e7f9e8f0800206bb50400cc4a (patch) | |
tree | f6faeb47cad98644dc10d35e28b482a91e65cb13 | |
parent | 91180f33e1f7e43922a89029151c79d3c61304ff (diff) | |
download | perl-a015a77ee9cc914e7f9e8f0800206bb50400cc4a.tar.gz |
Fix nit in pod nit fix
p4raw-id: //depot/perl@25944
-rw-r--r-- | pod/perlhack.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index a1f6e61aa2..15c8d5c549 100644 --- 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 |