X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlmodlib.pod;h=5a0d28f1b6ae8ceb321190b1c3eb3f35ebe48514;hb=3be065a1e9733344e98c8647d9690fa7c678b5c5;hp=64bd9b41e2d48c348faa6a15feaa17617f337d0d;hpb=248e172a5c70a92f68eb1fb746fb20e71358b43b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 64bd9b4..5a0d28f 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -97,6 +97,10 @@ Compile-time class fields Control the filetest permission operators +=item if + +C a Perl module if a condition holds + =item integer Use integer arithmetic instead of floating point @@ -363,14 +367,6 @@ Provides screen dump of Perl data. Character encodings -=item Encode::EncodeFormat - -The format of encoding tables of the Encode extension - -=item Encode::Tcl - -Tcl encodings - =item English Use nice English (or awk) names for ugly punctuation variables @@ -411,6 +407,10 @@ Inventory management of installed modules Determine libraries to use and how to use them +=item ExtUtils::MM_BeOS + +Methods to override UN*X behaviour in ExtUtils::MakeMaker + =item ExtUtils::MM_Cygwin Methods to override UN*X behaviour in ExtUtils::MakeMaker @@ -489,7 +489,7 @@ DOS like globbing and then some =item File::Find -Traverse a file tree +Traverse a directory tree. =item File::Path @@ -499,6 +499,10 @@ Create or remove directory trees Portably perform operations on file names +=item File::Spec::Cygwin + +Methods for Cygwin file specs + =item File::Spec::Epoc Methods for Epoc file specs @@ -559,6 +563,10 @@ Extended processing of command line options Process single-character switches with switch clustering +=item Hash::Util + +A selection of general-utility hash subroutines + =item I18N::Collate Compare 8-bit scalar data according to the current locale @@ -607,6 +615,10 @@ Framework for localization Article about software localization +=item Locale::Script + +ISO codes for script identification (ISO 15924) + =item Math::BigFloat Arbitrary size floating point math package @@ -655,10 +667,6 @@ Glue to provide EXISTS for NDBM_File for Storable use Glue to provide EXISTS for SDBM_File for Storable use -=item Memoize::Saves - -Plug-in module to specify which return values should be memoized - =item Memoize::Storable Store Memoized data in Storable database @@ -697,7 +705,7 @@ OO interface to users netrc file =item Net::POP3 -Post Office Protocol 3 Client class (RFC1081) +Post Office Protocol 3 Client class (RFC1939) =item Net::Ping @@ -759,6 +767,10 @@ Check pod documents for syntax errors Find POD documents in directory trees +=item Pod::Functions + +Group Perl's functions a la perlfunc.pod + =item Pod::Html Module to convert pod files to HTML @@ -887,6 +899,18 @@ Backend for building test libraries Run perl standard test scripts with statistics +=item Test::Harness::Assert + +Simple assert + +=item Test::Harness::Iterator + +Internal Test::Harness Iterator + +=item Test::Harness::Straps + +Detailed analysis of test results + =item Test::More Yet another framework for writing test scripts @@ -931,6 +955,10 @@ Manipulate threads in Perl Base class for tied arrays +=item Tie::File + +Access the lines of a disk file via a Perl array + =item Tie::Handle Base class definitions for tied handles @@ -939,6 +967,10 @@ Base class definitions for tied handles Base class definitions for tied hashes +=item Tie::Memoize + +Add data to hash when needed + =item Tie::RefHash Use references as hash keys @@ -1027,8 +1059,7 @@ CPAN stands for Comprehensive Perl Archive Network; it's a globally replicated trove of Perl materials, including documentation, style guides, tricks and traps, alternate ports to non-Unix systems and occasional binary distributions for these. Search engines for -CPAN can be found at http://cpan.perl.com/ and at -http://theory.uwinnipeg.ca/mod_perl/cpan-search.pl . +CPAN can be found at http://www.cpan.org/. Most importantly, CPAN includes around a thousand unbundled modules, some of which require a C compiler to build. Major categories of