Change 33056 by [EMAIL PROTECTED] on 2008/01/23 15:02:35
Subject: [PATCH ext/Devel/DProf/Makefile.PL] RE: [PATCH
ext/Devel/DProf/Makefile.PL] unnecessary define
From: "Robin Barker" <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 23 Jan 2008 14:13:30 -0000
Affected files ...
... //depot/perl/ext/Devel/DProf/Makefile.PL#5 edit
Differences ...
==== //depot/perl/ext/Devel/DProf/Makefile.PL#5 (text) ====
Index: perl/ext/Devel/DProf/Makefile.PL
--- perl/ext/Devel/DProf/Makefile.PL#4~18526~ 2003-01-20 15:21:22.000000000
-0800
+++ perl/ext/Devel/DProf/Makefile.PL 2008-01-23 07:02:35.000000000 -0800
@@ -10,8 +10,7 @@
VERSION_FROM => 'DProf.pm',
clean => { 'FILES' => 'tmon.out t/tmon.out t/err'},
XSPROTOARG => '-noprototypes',
- DEFINE => '-DPERLDBf_NONAME=0x40 -DPERLDBf_GOTO=0x80 '
- .'-DG_NODEBUG=32 -DPL_NEEDED',
+ DEFINE => '-DPL_NEEDED',
dist => {
COMPRESS => 'gzip -9f',
SUFFIX => 'gz',
End of Patch.