summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-12 01:41:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-12 01:41:05 +0000
commit416e7255471199e449f09747b8a3f428fc8e2bb5 (patch)
tree3ffddfe98c2586c969dc0e9d2c32a62264e24ab9 /pod/perlmodlib.pod
parent4d671226b00cf71d187008e5dd16ca943e1adb14 (diff)
downloadperl-416e7255471199e449f09747b8a3f428fc8e2bb5.tar.gz
Regen perlmodlib.
p4raw-id: //depot/perl@17196
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r--pod/perlmodlib.pod18
1 files changed, 11 insertions, 7 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod
index a131cbabbb..beb6a42a16 100644
--- a/pod/perlmodlib.pod
+++ b/pod/perlmodlib.pod
@@ -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
@@ -879,10 +887,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 +1005,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