Change 11443 by jhi@alpha on 2001/07/22 15:02:11
Subject: Re: Typo in Porting/pumpkin/pod ?
From: Mike Guy <[EMAIL PROTECTED]>
Date: Fri, 20 Jul 2001 16:12:49 +0100
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/Porting/pumpkin.pod#28 edit
Differences ...
==== //depot/perl/Porting/pumpkin.pod#28 (text) ====
Index: perl/Porting/pumpkin.pod
--- perl/Porting/pumpkin.pod.~1~ Sun Jul 22 09:15:05 2001
+++ perl/Porting/pumpkin.pod Sun Jul 22 09:15:05 2001
@@ -757,7 +757,7 @@
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
End of Patch.