This is 5.8.0 RC2.
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index a131cba..a7fdb8f 100644 (file)
@@ -347,6 +347,10 @@ Report the search path for a class's ISA tree
 
 Declare struct-like datatypes as Perl classes
 
+=item Config
+
+Access Perl configuration information
+
 =item Cwd
 
 Get pathname of current working directory
@@ -387,6 +391,10 @@ Use nice English (or awk) names for ugly punctuation variables
 
 Perl module that imports environment variables as scalars or arrays
 
+=item Errno
+
+System errno constants
+
 =item Exporter
 
 Implements default import method for modules
@@ -559,10 +567,6 @@ Portably perform operations on file names
 
 File::Spec for Mac OS (Classic)
 
-=item File::Spec::NW5
-
-Methods for NW5 file specs
-
 =item File::Spec::OS2
 
 Methods for OS/2 file specs
@@ -879,10 +883,6 @@ Convert POD data to ASCII text with format escapes
 
 Print a usage message from embedded pod documentation
 
-=item Pod::t::basic
-
-Test of various basic POD features in translators.
-
 =item SDBM_File
 
 Tied access to sdbm files
@@ -1001,15 +1001,15 @@ Line wrapping to form simple paragraphs
 
 =item Thread
 
-Manipulate threads in Perl
+Manipulate threads in Perl (for old code only)
 
 =item Thread::Queue
 
-Thread-safe queues
+Thread-safe queues (for old code only)
 
 =item Thread::Semaphore
 
-Thread-safe semaphores
+Thread-safe semaphores (for old code only)
 
 =item Tie::Array