summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2016-08-14 13:56:56 +0200
committerYves Orton <demerphq@gmail.com>2016-08-14 13:57:18 +0200
commitcb198164564566deec7e26370654b1378a1a5f1d (patch)
tree0697d35227660c3c3e2a88b9833783186e10b412 /MANIFEST
parent48c0e89d40bfde5337dd013112467554427c1279 (diff)
downloadperl-cb198164564566deec7e26370654b1378a1a5f1d.tar.gz
first step to documenting the Internals namespace
After discussion, we have decided to document Internals. This is a first step doing so, with lib/Internals.pod. At the same time I updated sv.h that there were equivalents for SvREFCNT and SvREADONLY in the Internals namespace, this required adding docs for SvREADONLY. I also tweaked the test name in Porting/Maintainers.pm so that it pointed at Porting/Maintainers.pl to make it more obvious how to specify a maintainer for a new file.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 606b654d0f..4eceaebe30 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4418,6 +4418,7 @@ lib/h2ph.t See if h2ph works like it should
lib/h2xs.t See if h2xs produces expected lists of files
lib/integer.pm For "use integer"
lib/integer.t For "use integer" testing
+lib/Internals.pod Document the Internals namespace (implemented by universal.c)
lib/Internals.t For Internals::* testing
lib/less.pm For "use less"
lib/less.t See if less support works