diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-13 12:30:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-13 12:30:08 +0000 |
commit | f262848d51493a3e2e294087f9971a5544bee221 (patch) | |
tree | d1ee41e950e4ad1134b1eaab26e5615d5af9bca6 /pod/perlmodlib.pod | |
parent | c7bcd97d6f3cca0cdeda5b0e9eabe2b3fcca0c57 (diff) | |
download | perl-f262848d51493a3e2e294087f9971a5544bee221.tar.gz |
More POD fixes ; regenerate perltoc and perlmodlib.
p4raw-id: //depot/perl@21886
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 0ed73dad01..4df51c4929 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -101,7 +101,7 @@ Declare constants =item diagnostics -Perl compiler pragma to force verbose warning diagnostics +Produce verbose warning diagnostics =item encoding @@ -413,6 +413,10 @@ Modules that calculate message digests Perl interface to the MD5 Algorithm +=item Digest::base + +Digest base class + =item DirHandle Supply object methods for directory handles @@ -635,11 +639,11 @@ Writing a module with MakeMaker =item ExtUtils::MakeMaker::bytes -Version agnostic bytes.pm +Version-agnostic bytes.pm =item ExtUtils::MakeMaker::vmsish -Platform agnostic vmsish.pm +Platform-agnostic vmsish.pm =item ExtUtils::Manifest @@ -913,10 +917,6 @@ Arbitrary size integer math package Pure Perl module to support Math::BigInt -=item Math::BigInt::Scalar - -Pure Perl module to test Math::BigInt with scalars - =item Math::BigRat Arbitrarily big rationals @@ -1247,7 +1247,7 @@ Backend for building test libraries =item Test::Harness -Run perl standard test scripts with statistics +Run Perl standard test scripts with statistics =item Test::Harness::Assert |