diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:14 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:55:50 +0100 |
commit | 47e01c32ac25271a1f3cf1535158ed9e873eeeac (patch) | |
tree | 49c68a314e002328c32f7c6bf5199cc782c442e9 /Porting/pumpkin.pod | |
parent | 2391436bbf4354ce0b989d587889b6ac7ca73c82 (diff) | |
download | perl-47e01c32ac25271a1f3cf1535158ed9e873eeeac.tar.gz |
Fix typos (spelling errors) in Porting/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81910]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81910 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'Porting/pumpkin.pod')
-rw-r--r-- | Porting/pumpkin.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index c3d563eaf1..6d31dcce50 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -313,8 +313,8 @@ information on obtaining the metaconfig units. This section has now been expanded and moved into its own file, F<Porting/release_managers_guide.pod>. -I've kept some of the subsections here for now, as they don't direclty -eleate to building a release any more, but still contain what might be +I've kept some of the subsections here for now, as they don't directly +relate to building a release any more, but still contain what might be useful information - DAPM 7/2009. =head2 run metaconfig @@ -1124,7 +1124,7 @@ were to install /usr/lib/libperl.so.4.5. Now, when you try to run perl5.004_04, ld.so might try to load libperl.so.4.5, since it has the right "major version" number. If this works at all, it almost certainly defeats the reason for keeping perl5.004_04 around. Worse, -with development subversions, you certaily can't guarantee that +with development subversions, you certainly can't guarantee that libperl.so.4.4 and libperl.so.4.55 will be compatible. Anyway, all this leads to quite obscure failures that are sure to drive |