summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rw-r--r--Porting/pumpkin.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index 3bc9d09c87..0ef144a9f8 100644
--- a/Porting/pumpkin.pod
+++ b/Porting/pumpkin.pod
@@ -757,7 +757,7 @@ Use the following commands to test perl with Purify:
make all pureperl
cd t
ln -s ../pureperl perl
- setenv PERL_DESTRUCT_LEVEL 5
+ setenv PERL_DESTRUCT_LEVEL 2
./perl TEST
Disabling Perl's malloc allows Purify to monitor allocations and leaks