summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-04-01 13:51:38 -0600
committerKarl Williamson <khw@cpan.org>2019-04-20 00:37:35 -0600
commit960a24c42b13250f259da0beb41252b29a8be84b (patch)
treef7acd0ec7ea948b0154fbf10d8b9408d559a23d9
parentb2b47eff19267d71facbe007ec203dfeeee4a5c5 (diff)
downloadperl-960a24c42b13250f259da0beb41252b29a8be84b.tar.gz
HACKERS: Fix typo, clarify
-rw-r--r--dist/Devel-PPPort/HACKERS6
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/Devel-PPPort/HACKERS b/dist/Devel-PPPort/HACKERS
index 285a2e1241..8cd57a95d8 100644
--- a/dist/Devel-PPPort/HACKERS
+++ b/dist/Devel-PPPort/HACKERS
@@ -239,8 +239,10 @@ span multiple lines, like in
STMT_START { assert(SvTYPE(sv) >= SVt_PVMG); \
(((XPVMG*) SvANY(sv))->xmg_magic = (val)); } STMT_END
-This usually makes the code more compact and readable. And you
-only have to add C<__UNDEFINED__> to the C<=provided> section.
+This usually makes the code more compact and readable. And you only have to add
+the line C<__UNDEFINED__> to the C<=provides> section to get all macros
+implemented this way to be imported into this section, so they all get
+documented as being provided.
Version checking can be tricky if you want to do it correct.
You can use