diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-09 11:19:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-09 14:04:21 +0000 |
commit | 0ff33da805881f90d7498cc372bfd74c526f48f9 (patch) | |
tree | de491f1aaf637c6eaa4c198190f61243f614d834 /Porting/pumpkin.pod | |
parent | 9d3a1c7447ce46db940dfe0695c29ad02ad1657f (diff) | |
download | perl-0ff33da805881f90d7498cc372bfd74c526f48f9.tar.gz |
Rename ext/Devel/PPPort to ext/Devel-PPPort
It has its tentacles in many other places.
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 3b0bb1165f..4dbbaa108d 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -557,7 +557,7 @@ Let's not force people to keep changing it. =head2 PPPort -F<ext/Devel/PPPort/PPPort.pm> needs to be synchronized to include all +F<ext/Devel-PPPort/PPPort.pm> needs to be synchronized to include all new macros added to .h files (normally perl.h and XSUB.h, but others as well). Since chances are that when a new macro is added the committer will forget to update F<PPPort.pm>, it's the best to diff for |