perl591delta nits. Regenerate the tables of contents.
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index 4df51c4..d76b5c1 100644 (file)
@@ -69,7 +69,7 @@ Postpone load of modules until a function is used
 
 =item base
 
-Establish IS-A relationship with base class at compile time
+Establish IS-A relationship with base classes at compile time
 
 =item bigint
 
@@ -359,7 +359,7 @@ Warn of errors (from perspective of caller)
 
 =item Carp::Heavy
 
-No user serviceable parts inside
+Heavy machinery, no user serviceable parts inside
 
 =item Class::ISA
 
@@ -381,6 +381,10 @@ Get pathname of current working directory
 
 Programmatic interface to the Perl debugging API (draft, subject to
 
+=item DBM_Filter
+
+Filter DBM keys/values 
+
 =item DB_File
 
 Perl5 access to Berkeley DB version 1.x
@@ -917,9 +921,13 @@ Arbitrary size integer math package
 
 Pure Perl module to support Math::BigInt
 
+=item Math::BigInt::CalcEmu
+
+Emulate low-level math with BigInt code
+
 =item Math::BigRat
 
-Arbitrarily big rationals
+Arbitrarily big rational numbers
 
 =item Math::Complex