diff options
author | Ricardo Signes <rjbs@semiotic.systems> | 2020-12-23 22:28:44 -0500 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2021-01-09 12:17:46 +0000 |
commit | 2693bef3c97701c246466329ed4ef1794f4b15ad (patch) | |
tree | 80a3a30174d32b49b625ef655cdbaff6860155a1 /pod/perlhack.pod | |
parent | 0497f97c75fb0479d3c7d5ab82d060edfb18e9b9 (diff) | |
download | perl-2693bef3c97701c246466329ed4ef1794f4b15ad.tar.gz |
pod: update a few documents for perlgov changes
(cherry picked from commit 66c65f79d3ac3abda04a869359d6f034ab2c32aa)
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index ba5725992d..8e856cfd4e 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -684,7 +684,7 @@ still options for the future of prototypes that haven't been addressed. Good patches (tight code, complete, correct) stand more chance of going in. Sloppy or incorrect patches might be placed on the back burner -until the pumpking has time to fix, or might be discarded altogether +until fixes can be made, or they might be discarded altogether without further notice. =head3 Is the implementation generic enough to be portable? @@ -721,7 +721,7 @@ man's pointless cruft. =head3 Does it create too much work? -Work for the pumpking, work for Perl programmers, work for module +Work for the committers, work for Perl programmers, work for module authors, ... Perl is supposed to be easy. =head3 Patches speak louder than words @@ -1162,7 +1162,7 @@ functions do, as well as the many macros used in the source. =item * F<Porting/pumpkin.pod> This is a collection of words of wisdom for a Perl porter; some of it -is only useful to the pumpkin holder, but most of it applies to anyone +is only useful to the pumpkin holders, but most of it applies to anyone wanting to go about Perl development. =back |