summaryrefslogtreecommitdiff
path: root/pod/perl.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-12-19 14:45:17 +0100
committerNicholas Clark <nick@ccl4.org>2011-12-21 09:07:27 +0100
commit0aef0fe5d2d4655704f4ccaaacd38582e3744d71 (patch)
tree071ec044828abeda9314ff522e6624e83162c946 /pod/perl.pod
parent7ef9d42cef95562593dd30e0fab41e7e09fd0e0e (diff)
downloadperl-0aef0fe5d2d4655704f4ccaaacd38582e3744d71.tar.gz
Eliminate pod.lst. pod/perl.pod is now the master file for Pod metadata.
perl.pod already contained virtually all the information in pod.lst. Add the remainder as =begin and =for Pod blocks. As perl.pod no longer needs to be regenerated, remove the redundant code from Porting/pod_rules.pl. Update (nearly) all references to pod.lst.
Diffstat (limited to 'pod/perl.pod')
-rw-r--r--pod/perl.pod23
1 files changed, 23 insertions, 0 deletions
diff --git a/pod/perl.pod b/pod/perl.pod
index 0f136e8b0d..d199d6ee5b 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -28,6 +28,24 @@ perldoc> to learn more things you can do with F<perldoc>.
For ease of access, the Perl manual has been split up into several sections.
+=begin buildtoc
+
+# This section is parsed by Porting/pod_lib.pl for use by pod/buildtoc etc
+
+flag =g perluniprops perlmodlib perlapi perlintern
+flag =go perltoc
+flag =ro perlcn perljp perlko perltw
+flag = perlvms
+
+path perlfaq.* cpan/perlfaq/lib/
+path perlglossary cpan/perlfaq/lib/
+path perlxs(?:tut)? dist/ExtUtils-ParseXS/lib/
+path perldoc dist/Pod-Perldoc/lib/
+
+aux a2p c2ph h2ph h2xs perlbug pl2pm pod2html pod2man s2p splain xsubpp
+
+=end buildtoc
+
=head2 Overview
perl Perl overview (this section)
@@ -198,6 +216,8 @@ For ease of access, the Perl manual has been split up into several sections.
=head2 Language-Specific
+=for buildtoc flag +r
+
perlcn Perl for Simplified Chinese (in EUC-CN)
perljp Perl for Japanese (in EUC-JP)
perlko Perl for Korean (in EUC-KR)
@@ -240,6 +260,8 @@ For ease of access, the Perl manual has been split up into several sections.
perlvos Perl notes for Stratus VOS
perlwin32 Perl notes for Windows
+=for buildtoc flag -r
+
=head2 Stubs for Deleted Documents
perlboot
@@ -247,6 +269,7 @@ For ease of access, the Perl manual has been split up into several sections.
perltooc
perltoot
+=for buildtoc __END__
On a Unix-like system, these documentation files will usually also be
available as manpages for use with the F<man> program.