summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-03-12 23:39:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-03-12 23:39:16 +0000
commitf99d9048b891f4a31bd48eef7bd16fa99bfd812a (patch)
treea700b8e488bf3b8e844af63b3095033413625dc2 /pod/perlmodlib.pod
parent3c1c0f694fdfa5db91a2d11b9623a4bcfb0f52ab (diff)
downloadperl-f99d9048b891f4a31bd48eef7bd16fa99bfd812a.tar.gz
perl591delta nits. Regenerate the tables of contents.
p4raw-id: //depot/perl@22493
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r--pod/perlmodlib.pod14
1 files changed, 11 insertions, 3 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod
index 4df51c4929..d76b5c167c 100644
--- a/pod/perlmodlib.pod
+++ b/pod/perlmodlib.pod
@@ -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