summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorMarvin Humphrey <marvin@rectangular.com>2007-01-13 04:05:30 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-14 10:12:08 +0000
commitf50e5b73f6b76c11b567f51bc2d450976692b248 (patch)
tree26972a8969c9a704cb79cda1d5be70724d76af18 /pod/perlhack.pod
parente9a908c9e8acd172c6c36d6cd556432b4821c691 (diff)
downloadperl-f50e5b73f6b76c11b567f51bc2d450976692b248.tar.gz
Re: Memory...growing, and growing
Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com> Document -DDL_UNLOAD_ALL_AT_EXIT p4raw-id: //depot/perl@29803
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 68dad592aa..05e8751369 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -2915,6 +2915,10 @@ errors within eval or require, seeing C<S_doeval> in the call stack
is a good sign of these. Fixing these leaks is non-trivial,
unfortunately, but they must be fixed eventually.
+B<NOTE 4>: L<DynaLoader> will not clean up after itself completely
+unless Perl is built with the Configure option
+C<-Accflags=-DDL_UNLOAD_ALL_AT_EXIT>.
+
=head2 Rational Software's Purify
Purify is a commercial tool that is helpful in identifying