summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2021-04-17 15:49:30 -0400
committerKarl Williamson <khw@cpan.org>2021-04-19 16:06:37 -0600
commitd1690fb1406aa65e5c1ca52769a551291e8b26ca (patch)
tree751901d7c72d203083b229bf8c86c38cf34cdc01
parentebdbfbc13a50bac2c7d9a6733bc76d959e1f6a92 (diff)
downloadperl-d1690fb1406aa65e5c1ca52769a551291e8b26ca.tar.gz
perl.pod - move perlhist + perldeltas to History section
-rw-r--r--Porting/add-pod-file2
-rw-r--r--pod/perl.pod14
2 files changed, 10 insertions, 6 deletions
diff --git a/Porting/add-pod-file b/Porting/add-pod-file
index 6ffcdca790..871b5cc265 100644
--- a/Porting/add-pod-file
+++ b/Porting/add-pod-file
@@ -62,6 +62,7 @@ The eligible sections are shown in the following table:
T => 'Tutorials',
R => 'Reference Manual',
I => 'Internals and C Language Interface',
+ H => 'History',
M => 'Miscellaneous',
L => 'Language-Specific',
P => 'Platform-Specific',
@@ -99,6 +100,7 @@ my @man_sections = (
T => 'Tutorials',
R => 'Reference Manual',
I => 'Internals and C Language Interface',
+ H => 'History',
M => 'Miscellaneous',
L => 'Language-Specific',
P => 'Platform-Specific',
diff --git a/pod/perl.pod b/pod/perl.pod
index f9dee85c92..5ff5953ba6 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -175,12 +175,7 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp
perlgov Perl Rules of Governance
perlgit Using git with the Perl repository
-=head2 Miscellaneous
-
- perlbook Perl book information
- perlcommunity Perl community information
-
- perldoc Look up Perl documentation in Pod format
+=head2 History
perlhist Perl history records
perldelta Perl changes since previous version
@@ -257,6 +252,13 @@ aux h2ph h2xs perlbug pl2pm pod2html pod2man splain xsubpp
perl5005delta Perl changes in version 5.005
perl5004delta Perl changes in version 5.004
+=head2 Miscellaneous
+
+ perlbook Perl book information
+ perlcommunity Perl community information
+
+ perldoc Look up Perl documentation in Pod format
+
perlexperiment A listing of experimental features in Perl
perlartistic Perl Artistic License