diff options
author | Karl Williamson <khw@cpan.org> | 2019-11-14 18:49:31 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-11-22 06:49:04 -0700 |
commit | a4831da157552f8ff57d1e39f179fccfc6ac0501 (patch) | |
tree | 6af373d9ba5805179898158cfe4b65e406d395c2 /dist/Devel-PPPort | |
parent | 4553abe8c2fd498c4594667ac9a8f5e04edf9295 (diff) | |
download | perl-a4831da157552f8ff57d1e39f179fccfc6ac0501.tar.gz |
D:P: HACKERS: Correct misstatement
Replacement regions work the opposite way round what it said.
Diffstat (limited to 'dist/Devel-PPPort')
-rw-r--r-- | dist/Devel-PPPort/HACKERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/Devel-PPPort/HACKERS b/dist/Devel-PPPort/HACKERS index 57488afc41..03437942b1 100644 --- a/dist/Devel-PPPort/HACKERS +++ b/dist/Devel-PPPort/HACKERS @@ -290,7 +290,8 @@ It you have several replacements, you can group them together like so: #define bat baz /* Replace: 0 */ -These replace C<foo> with C<bar>; C<bat> with C<baz>. +These replace C<bar> with C<foo>; C<baz> with C<bat>. NOT the other way +around. =back |