summaryrefslogtreecommitdiff
path: root/Porting/README.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-01-16 21:18:24 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-02-05 12:28:46 -0500
commitbfb8e1a74d82966e96997b80341a5bc08e01d088 (patch)
tree84b763217ffeaed49b62b54209b39388c8aacf99 /Porting/README.pod
parentea0c354fd471e8d8346a1ba88037e6909299f086 (diff)
downloadperl-bfb8e1a74d82966e96997b80341a5bc08e01d088.tar.gz
Facilitate addition of new pod/*.pod file
For: https://github.com/Perl/perl5/issues/18413
Diffstat (limited to 'Porting/README.pod')
-rw-r--r--Porting/README.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/README.pod b/Porting/README.pod
index aa268215a0..3e2fe7acaa 100644
--- a/Porting/README.pod
+++ b/Porting/README.pod
@@ -16,6 +16,10 @@ text.
Program to prepare dual-life distributions for insertion into the Perl 5
F<lib/> and F<t/> directories. Now thought to be largely superseded.
+=head2 F<add-pod-file>
+
+Program to facilitate addition of new F<.pod> files to F<pod/>.
+
=head2 F<bench.pl>
Do performance analysis on the code snippets in F<t/perf/benchmarks>.