diff options
author | Karl Williamson <khw@cpan.org> | 2017-10-17 06:54:57 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-10-27 10:43:27 -0600 |
commit | 7baf245ae1f3f858ba916ee974cc54951cc954f2 (patch) | |
tree | a76dc2a7d55eee8a8713cf5b423dad6c9ac34672 /Porting/pumpkin.pod | |
parent | 70a863550b5f1b4bda7681cfac2a1e59c242b1e2 (diff) | |
download | perl-7baf245ae1f3f858ba916ee974cc54951cc954f2.tar.gz |
mv Devel-PPPort from cpan to dist
It was decided at the perl core hackathon in October 2017 to go ahead
and do this.
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 38332c3ba4..55131822a5 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -475,7 +475,7 @@ Let's not force people to keep changing it. =head2 PPPort -F<cpan/Devel-PPPort/PPPort.pm> needs to be synchronized to include all +F<dist/Devel-PPPort/PPPort.pm> needs to be synchronized to include all new macros added to .h files (normally F<perl.h> and F<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 |