This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Output ISO_Comment table
[perl5.git] / pod.lst
diff --git a/pod.lst b/pod.lst
index 62b5d8a..6b69140 100644 (file)
--- a/pod.lst
+++ b/pod.lst
@@ -1,16 +1,15 @@
 # h    - Header
 # o    - Omit from toc
 # r    - top level READMEs to be copied/symlinked
+# g    - other autogenerated pods
 # a    - for auxiliary documentation
 # number - indent by
-# D    - this version's perldelta
-# d    - copied to this name
 
 h Overview
 
   perl                 Perl overview (this section)
   perlintro            Perl introduction for beginners
-  perltoc              Perl documentation table of contents
+go perltoc             Perl documentation table of contents
 
 h Tutorials
 
@@ -21,10 +20,9 @@ h Tutorials
   perlrequick          Perl regular expressions quick start
   perlretut            Perl regular expressions tutorial
 
-  perlboot             Perl OO tutorial for beginners
-  perltoot             Perl OO tutorial, part 1
-  perltooc             Perl OO tutorial, part 2
-  perlbot              Perl OO tricks and examples
+  perlootut            Perl OO tutorial for beginners
+
+  perlperf             Perl Performance and Optimization Techniques
 
   perlstyle            Perl style guide
 
@@ -32,16 +30,16 @@ h Tutorials
   perltrap             Perl traps for the unwary
   perldebtut           Perl debugging tutorial
 
-  perlfaq              Perl frequently asked questions
-2 perlfaq1             General Questions About Perl
-2 perlfaq2             Obtaining and Learning about Perl
-2 perlfaq3             Programming Tools
-2 perlfaq4             Data Manipulation
-2 perlfaq5             Files and Formats
-2 perlfaq6             Regexes
-2 perlfaq7             Perl Language Issues
-2 perlfaq8             System Interaction
-2 perlfaq9             Networking
+  cpan/perlfaq/lib/perlfaq             Perl frequently asked questions
+2 cpan/perlfaq/lib/perlfaq1            General Questions About Perl
+2 cpan/perlfaq/lib/perlfaq2            Obtaining and Learning about Perl
+2 cpan/perlfaq/lib/perlfaq3            Programming Tools
+2 cpan/perlfaq/lib/perlfaq4            Data Manipulation
+2 cpan/perlfaq/lib/perlfaq5            Files and Formats
+2 cpan/perlfaq/lib/perlfaq6            Regexes
+2 cpan/perlfaq/lib/perlfaq7            Perl Language Issues
+2 cpan/perlfaq/lib/perlfaq8            System Interaction
+2 cpan/perlfaq/lib/perlfaq9            Networking
 
 h Reference Manual
 
@@ -54,12 +52,15 @@ h Reference Manual
 2 perlpacktut          Perl pack() and unpack() tutorial
   perlpod              Perl plain old documentation
   perlpodspec          Perl plain old documentation format specification
+  perlpodstyle         Perl POD style guide
   perlrun              Perl execution and options
   perldiag             Perl diagnostic messages
   perllexwarn          Perl warnings and their control
   perldebug            Perl debugging
   perlvar              Perl predefined variables
   perlre               Perl regular expressions, the rest of the story
+  perlrebackslash      Perl regular expression backslash sequences
+  perlrecharclass      Perl regular expression character classes
   perlreref            Perl regular expressions quick reference
   perlref              Perl references, the rest of the story
   perlform             Perl formats
@@ -72,69 +73,102 @@ h Reference Manual
   perlnumber           Perl number semantics
 
   perlthrtut           Perl threads tutorial
-2 perlothrtut          Old Perl threads tutorial
 
   perlport             Perl portability guide
   perllocale           Perl locale support
   perluniintro         Perl Unicode introduction
   perlunicode          Perl Unicode support
+  perlunifaq           Perl Unicode FAQ
+g perluniprops         Index of Unicode Version 6.0.0 properties in Perl
+  perlunitut           Perl Unicode tutorial
   perlebcdic           Considerations for running Perl on EBCDIC platforms
 
   perlsec              Perl security
 
   perlmod              Perl modules: how they work
-  perlmodlib           Perl modules: how to write and use
+g perlmodlib           Perl modules: how to write and use
   perlmodstyle         Perl modules: how to write modules with style
   perlmodinstall       Perl modules: how to install from CPAN
   perlnewmod           Perl modules: preparing a new module for distribution
+  perlpragma           Perl modules: writing a user pragma
 
   perlutil             utilities packaged with the Perl distribution
 
-  perlcompile          Perl compiler suite intro
-
   perlfilter           Perl source filters
 
+  perldtrace           Perl's support for DTrace
+
+  cpan/perlfaq/lib/perlglossary                Perl Glossary
+
 h Internals and C Language Interface
 
   perlembed            Perl ways to embed perl in your C or C++ application
   perldebguts          Perl debugging guts and tips
-  perlxstut            Perl XS tutorial
-  perlxs               Perl XS application programming interface
+  dist/ExtUtils-ParseXS/lib/perlxstut  Perl XS tutorial
+  dist/ExtUtils-ParseXS/lib/perlxs     Perl XS application programming interface
   perlclib             Internal replacements for standard C library functions
   perlguts             Perl internal functions for those doing extensions
   perlcall             Perl calling conventions from C
+  perlmroapi           Perl method resolution plugin interface
+  perlreapi            Perl regular expression plugin interface
+  perlreguts           Perl regular expression engine internals
 
-  perlapi              Perl API listing (autogenerated)
-  perlintern           Perl internal functions (autogenerated)
+g perlapi              Perl API listing (autogenerated)
+g perlintern           Perl internal functions (autogenerated)
   perliol              C API for Perl's implementation of IO in Layers
   perlapio             Perl internal IO abstraction interface
 
   perlhack             Perl hackers guide
+  perlsource           Guide to the Perl source tree
+  perlinterp           Overview of the Perl interpreter source and how it works
+  perlhacktut          Walk through the creation of a simple C code patch
+  perlhacktips         Tips for Perl core C code hacking
+  perlpolicy           Perl development policies
+  perlgit              Using git with the Perl repository
 
 h Miscellaneous
 
   perlbook             Perl book information
+  perlcommunity                Perl community information
   perltodo             Perl things to do
 
-  perldoc              Look up Perl documentation in Pod format
+  dist/Pod-Perldoc/lib/perldoc Look up Perl documentation in Pod format
 
   perlhist             Perl history records
-d perldelta            Perl changes since previous version
-D perl591delta         Perl changes in version 5.9.1
-  perl590delta         Perl changes in version 5.9.0
+  perldelta            Perl changes since previous version
+  perl5155delta                Perl changes in version 5.15.5
+  perl5154delta                Perl changes in version 5.15.4
+  perl5153delta                Perl changes in version 5.15.3
+  perl5152delta                Perl changes in version 5.15.2
+  perl5151delta                Perl changes in version 5.15.1
+  perl5150delta                Perl changes in version 5.15.0
+  perl5142delta                Perl changes in version 5.14.2
+  perl5141delta                Perl changes in version 5.14.1
+  perl5140delta                Perl changes in version 5.14.0
+  perl5124delta                Perl changes in version 5.12.4
+  perl5123delta                Perl changes in version 5.12.3
+  perl5122delta                Perl changes in version 5.12.2
+  perl5121delta                Perl changes in version 5.12.1
+  perl5120delta                Perl changes in version 5.12.0
+  perl5101delta                Perl changes in version 5.10.1
+  perl5100delta                Perl changes in version 5.10.0
+  perl589delta         Perl changes in version 5.8.9
+  perl588delta         Perl changes in version 5.8.8
+  perl587delta         Perl changes in version 5.8.7
+  perl586delta         Perl changes in version 5.8.6
+  perl585delta         Perl changes in version 5.8.5
+  perl584delta         Perl changes in version 5.8.4
   perl583delta         Perl changes in version 5.8.3
   perl582delta         Perl changes in version 5.8.2
   perl581delta         Perl changes in version 5.8.1
   perl58delta          Perl changes in version 5.8.0
-  perl573delta         Perl changes in version 5.7.3
-  perl572delta         Perl changes in version 5.7.2
-  perl571delta         Perl changes in version 5.7.1
-  perl570delta         Perl changes in version 5.7.0
   perl561delta         Perl changes in version 5.6.1
   perl56delta          Perl changes in version 5.6
   perl5005delta                Perl changes in version 5.005
   perl5004delta                Perl changes in version 5.004
 
+  perlexperiment       A listing of experimental features in Perl
+
   perlartistic         Perl Artistic License
   perlgpl              GNU General Public License
 
@@ -149,7 +183,6 @@ h Platform-Specific
 
 r perlaix              Perl notes for AIX
 r perlamiga            Perl notes for AmigaOS
-r perlapollo           Perl notes for Apollo DomainOS
 r perlbeos             Perl notes for BeOS
 r perlbs2000           Perl notes for POSIX-BC BS2000
 r perlce               Perl notes for WinCE
@@ -158,33 +191,42 @@ r perldgux                Perl notes for DG/UX
 r perldos              Perl notes for DOS
 r perlepoc             Perl notes for EPOC
 r perlfreebsd          Perl notes for FreeBSD
+r perlhaiku            Perl notes for Haiku
 r perlhpux             Perl notes for HP-UX
 r perlhurd             Perl notes for Hurd
 r perlirix             Perl notes for Irix
-r perlmachten          Perl notes for Power MachTen
+r perllinux            Perl notes for Linux
 r perlmacos            Perl notes for Mac OS (Classic)
 r perlmacosx           Perl notes for Mac OS X
-r perlmint             Perl notes for MiNT
 r perlmpeix            Perl notes for MPE/iX
 r perlnetware          Perl notes for NetWare
+r perlopenbsd          Perl notes for OpenBSD
 r perlos2              Perl notes for OS/2
 r perlos390            Perl notes for OS/390
 r perlos400            Perl notes for OS/400
 r perlplan9            Perl notes for Plan 9
 r perlqnx              Perl notes for QNX
+r perlriscos           Perl notes for RISC OS
 r perlsolaris          Perl notes for Solaris
+r perlsymbian          Perl notes for Symbian
 r perltru64            Perl notes for Tru64
 r perluts              Perl notes for UTS
 r perlvmesa            Perl notes for VM/ESA
-r perlvms              Perl notes for VMS
+  perlvms              Perl notes for VMS
 r perlvos              Perl notes for Stratus VOS
 r perlwin32            Perl notes for Windows
 
+oh Stubs for Deleted Documents
+
+  perlboot
+  perlbot
+  perltooc
+  perltoot
+
 aoh Auxiliary Documentation
 
 ao a2p
 ao c2ph
-ao dprofpp
 ao h2ph
 ao h2xs
 ao perlbug