This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #54956] crash on binary-or lvalue operation on qr//
[perl5.git] / pod.lst
diff --git a/pod.lst b/pod.lst
index dd10e98..d33c782 100644 (file)
--- a/pod.lst
+++ b/pod.lst
@@ -1,18 +1,18 @@
-# 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
+# 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
 
-I Tutorials
+h Tutorials
 
   perlreftut           Perl references short introduction
   perldsc              Perl data structures intro
@@ -26,6 +26,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 +45,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 +62,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
@@ -78,6 +82,8 @@ I Reference Manual
   perllocale           Perl locale support
   perluniintro         Perl Unicode introduction
   perlunicode          Perl Unicode support
+  perlunifaq           Perl Unicode FAQ
+  perlunitut           Perl Unicode tutorial
   perlebcdic           Considerations for running Perl on EBCDIC platforms
 
   perlsec              Perl security
@@ -87,6 +93,7 @@ I Reference Manual
   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 +101,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,6 +112,8 @@ 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
+  perlreapi            Perl regular expression plugin interface
+  perlreguts           Perl regular expression engine internals
 
   perlapi              Perl API listing (autogenerated)
   perlintern           Perl internal functions (autogenerated)
@@ -110,18 +121,35 @@ I Internals and C Language Interface
   perlapio             Perl internal IO abstraction interface
 
   perlhack             Perl hackers guide
+  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
+d perldelta            Perl changes since previous version
+D perl5110delta                Perl changes in version 5.11.0
+  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
+  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 +162,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,21 +182,26 @@ 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 perllinux            Perl notes for Linux
 r perlmachten          Perl notes for Power MachTen
 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
@@ -176,7 +209,7 @@ r 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