Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4fb67a9778bdd1bae111bb2b1028c36d74287bb4
https://github.com/Perl/perl5/commit/4fb67a9778bdd1bae111bb2b1028c36d74287bb4
Author: Jason McIntosh <[email protected]>
Date: 2020-12-19 (Sat, 19 Dec 2020)
Changed paths:
M MANIFEST
M pod/perl.pod
A pod/perldocstyle.pod
M win32/pod.mak
Log Message:
-----------
Add pod/perldocstyle.pod
Satisfies
https://news.perlfoundation.org/post/grant_proposal_documentation_standards_perl7
Committer: Adding a new file underneath pod/ entails adding (i) an entry for
that file
in pod/perl.pod and (ii) entries in win32/pod.mak.
(i) In turn requires, figuring out an appropriate category within
perl.pod in which to place the new file. The entry should match that in
MANIFEST and be consistent with the style of entries in MANIFEST.
(ii) Requires running Porting/pod_rules.pl so that entries in
win32/pod.mak are also generated for the corresponding *.man, *.html and
*.tex files.
Supersedes https://github.com/Perl/perl5/pull/18275.