Document the changes with regards to running of END blocks.
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 109c277..565c0d1 100644 (file)
@@ -132,10 +132,6 @@ Restrict unsafe constructs
 
 Predeclare sub names
 
-=item unicode::distinct
-
-Strictly distinguish UTF8 data and non-UTF data.
-
 =item utf8
 
 Enable/disable UTF-8 (or UTF-EBCDIC) in source code
@@ -602,6 +598,10 @@ Arbitrary size floating point math package
 
 Arbitrary size integer math package
 
+=item Math::BigInt::Calc
+
+Pure Perl module to support Math::BigInt
+
 =item Math::Complex
 
 Complex numbers and associated mathematical functions
@@ -666,10 +666,6 @@ Local configuration data for libnet
 
 Attempt to evaluate the current host's internet name and domain
 
-=item Net::DummyInetd
-
-A dummy Inetd server
-
 =item Net::FTP
 
 FTP Client class
@@ -682,10 +678,6 @@ NNTP Client class
 
 OO interface to users netrc file
 
-=item Net::PH
-
-CCSO Nameserver Client class
-
 =item Net::POP3
 
 Post Office Protocol 3 Client class (RFC1081)
@@ -698,10 +690,6 @@ Check a remote host for reachability
 
 Simple Mail Transfer Protocol Client
 
-=item Net::SNPP
-
-Simple Network Pager Protocol Client
-
 =item Net::Time
 
 Time and daytime network client interface
@@ -870,6 +858,14 @@ Provides a simple framework for writing test scripts
 
 Run perl standard test scripts with statistics
 
+=item Test::More
+
+Yet another framework for writing test scripts
+
+=item Test::Simple
+
+Basic utilities for writing tests.
+
 =item Text::Abbrev
 
 Create an abbreviation table from a list
@@ -894,6 +890,26 @@ Expand and unexpand tabs per the unix expand(1) and unexpand(1)
 
 Line wrapping to form simple paragraphs
 
+=item Thread
+
+Manipulate threads in Perl (EXPERIMENTAL, subject to change)
+
+=item Thread::Queue
+
+Thread-safe queues
+
+=item Thread::Semaphore
+
+Thread-safe semaphores
+
+=item Thread::Signal
+
+Start a thread which runs signal handlers reliably
+
+=item Thread::Specific
+
+Thread-specific keys
+
 =item Tie::Array
 
 Base class for tied arrays
@@ -938,6 +954,10 @@ Internal object used by Time::gmtime and Time::localtime
 
 Base class for ALL classes (blessed references)
 
+=item UnicodeCD
+
+Unicode character database
+
 =item User::grent
 
 By-name interface to Perl's built-in getgr*() functions