diff options
author | Michael Stevens <mstevens@etla.org> | 2011-01-19 14:01:19 +0000 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-20 19:07:13 -0800 |
commit | a4b0381d2b84eec68af5916d16dd8e0d12639740 (patch) | |
tree | 04bd25c702bdbd154e8a3ba49bc6651f7afb330f /Porting/pumpkin.pod | |
parent | ecfd064986aef03b9b7d8b56da83ae37ff435721 (diff) | |
download | perl-a4b0381d2b84eec68af5916d16dd8e0d12639740.tar.gz |
Porting pod lint.
Diffstat (limited to 'Porting/pumpkin.pod')
-rw-r--r-- | Porting/pumpkin.pod | 2 |
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.) |