summaryrefslogtreecommitdiff
path: root/Porting/pumpkin.pod
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2011-01-19 14:01:19 +0000
committerFather Chrysostomos <sprout@cpan.org>2011-01-20 19:07:13 -0800
commita4b0381d2b84eec68af5916d16dd8e0d12639740 (patch)
tree04bd25c702bdbd154e8a3ba49bc6651f7afb330f /Porting/pumpkin.pod
parentecfd064986aef03b9b7d8b56da83ae37ff435721 (diff)
downloadperl-a4b0381d2b84eec68af5916d16dd8e0d12639740.tar.gz
Porting pod lint.
Diffstat (limited to 'Porting/pumpkin.pod')
-rw-r--r--Porting/pumpkin.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index f674b9cf4e..9ba1118c6f 100644
--- a/Porting/pumpkin.pod
+++ b/Porting/pumpkin.pod
@@ -1068,7 +1068,7 @@ Given that it's already there, you can use it to override distribution modules.
One way to do that is to add
ccflags="$ccflags -DAPPLLIB_EXP=\"/my/override\""
-
+
to your config.over file. (You have to be particularly careful to get the
double quotes in. APPLLIB_EXP must be a valid C string. It might
actually be easier to just #define it yourself in perl.c.)