This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
INSTALL doc fix: calling the test suite using -MTestInit changed since it moved to...
[perl5.git] / pod.lst
diff --git a/pod.lst b/pod.lst
index dd10e98..5ebaa74 100644 (file)
--- a/pod.lst
+++ b/pod.lst
@@ -1,18 +1,19 @@
-# O    - Header, omit from toc
-# o    - Item, omit from toc
-# I    - Header, include in toc
+# h    - Header
+# o    - Omit from toc
 # r    - top level READMEs to be copied/symlinked
-# a    - Item, for auxiliary documentation
-# a    - Header for auxiliary documentation
+# g    - other autogenerated pods
+# a    - for auxiliary documentation
 # number - indent by
+# D    - this version's perldelta
+# d    - copied to this name
 
-I Overview
+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
 
-I Tutorials
+h Tutorials
 
   perlreftut           Perl references short introduction
   perldsc              Perl data structures intro
@@ -26,6 +27,8 @@ I Tutorials
   perltooc             Perl OO tutorial, part 2
   perlbot              Perl OO tricks and examples
 
+  perlperf             Perl Performance and Optimization Techniques
+
   perlstyle            Perl style guide
 
   perlcheat            Perl cheat sheet
@@ -43,7 +46,7 @@ I Tutorials
 2 perlfaq8             System Interaction
 2 perlfaq9             Networking
 
-I Reference Manual
+h Reference Manual
 
   perlsyn              Perl syntax
   perldata             Perl data structures
@@ -60,6 +63,8 @@ I Reference Manual
   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,21 +77,24 @@ I 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         Complete index of Unicode Version 5.1.0 properties
+  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
 
@@ -94,7 +102,9 @@ I Reference Manual
 
   perlfilter           Perl source filters
 
-I Internals and C Language Interface
+  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
@@ -103,25 +113,54 @@ I Internals and C Language 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
+  perlpolicy           Perl development policies
+  perlrepository       Perl source repository
 
-I Miscellaneous
+h Miscellaneous
 
   perlbook             Perl book information
+  perlcommunity                Perl community information
   perltodo             Perl things to do
 
   perldoc              Look up Perl documentation in Pod format
 
   perlhist             Perl history records
-  perldelta            Perl changes since previous version
-  perl58delta          Perl changes in version 5.8.0
+  perl5120delta                Perl changes in version 5.12.0
+d perldelta            Perl changes since previous version
+D perl5115delta                Perl changes in version 5.11.5
+  perl5114delta                Perl changes in version 5.11.4
+  perl5113delta                Perl changes in version 5.11.3
+  perl5112delta                Perl changes in version 5.11.2
+  perl5111delta                Perl changes in version 5.11.1
+  perl5110delta                Perl changes in version 5.11.0
+  perl5101delta                Perl changes in version 5.10.1
+  perl5100delta                Perl changes in version 5.10.0
+  perl595delta         Perl changes in version 5.9.5
+  perl594delta         Perl changes in version 5.9.4
+  perl593delta         Perl changes in version 5.9.3
+  perl592delta         Perl changes in version 5.9.2
+  perl591delta         Perl changes in version 5.9.1
+  perl590delta         Perl changes in version 5.9.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
@@ -134,14 +173,14 @@ I Miscellaneous
   perlartistic         Perl Artistic License
   perlgpl              GNU General Public License
 
-O Language-Specific
+ho Language-Specific
 
-or perlcn              Perl for Simplified Chinese (in EUC-CN)
-or perljp              Perl for Japanese (in EUC-JP)
-or perlko              Perl for Korean (in EUC-KR)
-or perltw              Perl for Traditional Chinese (in Big5)
+ro perlcn              Perl for Simplified Chinese (in EUC-CN)
+ro perljp              Perl for Japanese (in EUC-JP)
+ro perlko              Perl for Korean (in EUC-KR)
+ro perltw              Perl for Traditional Chinese (in Big5)
 
-I Platform-Specific
+h Platform-Specific
 
 r perlaix              Perl notes for AIX
 r perlamiga            Perl notes for AmigaOS
@@ -154,29 +193,32 @@ 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
 
-AO Auxiliary Documentation
+aoh Auxiliary Documentation
 
 ao a2p
 ao c2ph