From: Jarkko Hietaniemi Date: Wed, 12 Jun 2002 01:41:05 +0000 (+0000) Subject: Regen perlmodlib. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=416e7255471199e449f09747b8a3f428fc8e2bb5;p=p5sagit%2Fp5-mst-13.2.git Regen perlmodlib. p4raw-id: //depot/perl@17196 --- diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index a131cba..beb6a42 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