Even more VMSifying (this time more like de-MacOSifying).
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.pod
index bc7acfc..a1ecea7 100644 (file)
@@ -1,4 +1,5 @@
-# Generated by perlmodlib.PL  DO NOT EDIT!
+=for maintainers
+Generated by perlmodlib.PL -- DO NOT EDIT!
 
 =head1 NAME
 
@@ -64,6 +65,18 @@ Postpone load of modules until a function is used
 
 Establish IS-A relationship with base class at compile time
 
+=item bigint
+
+Transparent big integer support for Perl
+
+=item bignum
+
+Transparent BigNumber support for Perl
+
+=item bigrat
+
+Transparent BigNumber/BigRational support for Perl
+
 =item blib
 
 Use MakeMaker's uninstalled version of a package
@@ -74,7 +87,7 @@ Force byte semantics rather than character semantics
 
 =item charnames
 
-Define character names for C<\N{named}> string literal escapes.
+Define character names for C<\N{named}> string literal escapes
 
 =item constant
 
@@ -86,7 +99,7 @@ Perl compiler pragma to force verbose warning diagnostics
 
 =item encoding
 
-Pragma to control the conversion of legacy data into Unicode
+Allows you to write your script in non-ascii or non-utf8
 
 =item fields
 
@@ -96,6 +109,10 @@ Compile-time class fields
 
 Control the filetest permission operators
 
+=item if
+
+C<use> a Perl module if a condition holds
+
 =item integer
 
 Use integer arithmetic instead of floating point
@@ -362,14 +379,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
@@ -390,6 +399,10 @@ Exporter guts
 
 Utilities to replace common UNIX commands in Makefiles etc.
 
+=item ExtUtils::Command::MM
+
+Commands for the MM's to use in Makefiles
+
 =item ExtUtils::Constant
 
 Generate XS code to import C header constants
@@ -410,10 +423,30 @@ Inventory management of installed modules
 
 Determine libraries to use and how to use them
 
+=item ExtUtils::MM
+
+OS adjusted ExtUtils::MakeMaker subclass
+
+=item ExtUtils::MM_Any
+
+Platform agnostic MM methods
+
+=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
 
+=item ExtUtils::MM_DOS
+
+DOS specific subclass of ExtUtils::MM_Unix
+
+=item ExtUtils::MM_MacOS
+
+Methods to override UN*X behaviour in ExtUtils::MakeMaker
+
 =item ExtUtils::MM_NW5
 
 Methods to override UN*X behaviour in ExtUtils::MakeMaker
@@ -422,6 +455,10 @@ Methods to override UN*X behaviour in ExtUtils::MakeMaker
 
 Methods to override UN*X behaviour in ExtUtils::MakeMaker
 
+=item ExtUtils::MM_UWIN
+
+U/WIN specific subclass of ExtUtils::MM_Unix
+
 =item ExtUtils::MM_Unix
 
 Methods used by ExtUtils::MakeMaker
@@ -434,6 +471,14 @@ Methods to override UN*X behaviour in ExtUtils::MakeMaker
 
 Methods to override UN*X behaviour in ExtUtils::MakeMaker
 
+=item ExtUtils::MM_Win95
+
+Method to customize MakeMaker for Win9X
+
+=item ExtUtils::MY
+
+ExtUtils::MakeMaker subclass for customization
+
 =item ExtUtils::MakeMaker
 
 Create an extension Makefile
@@ -488,7 +533,7 @@ DOS like globbing and then some
 
 =item File::Find
 
-Traverse a file tree
+Traverse a directory tree.
 
 =item File::Path
 
@@ -498,6 +543,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
@@ -558,6 +607,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
@@ -606,6 +659,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
@@ -618,6 +675,10 @@ Arbitrary size integer math package
 
 Pure Perl module to support Math::BigInt
 
+=item Math::BigRat
+
+Arbitrarily big rationals
+
 =item Math::Complex
 
 Complex numbers and associated mathematical functions
@@ -628,7 +689,7 @@ Trigonometric functions
 
 =item Memoize
 
-Make your functions faster by trading space for time
+Make functions faster by trading space for time
 
 =item Memoize::AnyDBM_File
 
@@ -654,10 +715,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
@@ -696,7 +753,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
 
@@ -758,6 +815,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
@@ -848,7 +909,7 @@ Load the C socket.h defines and structure manipulators
 
 =item Storable
 
-Persistency for perl data structures
+Persistence for Perl data structures
 
 =item Switch
 
@@ -886,6 +947,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
@@ -926,10 +999,22 @@ Line wrapping to form simple paragraphs
 
 Manipulate threads in Perl
 
+=item Thread::Queue
+
+Thread-safe queues
+
+=item Thread::Semaphore
+
+Thread-safe semaphores
+
 =item Tie::Array
 
 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
@@ -938,6 +1023,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
@@ -972,7 +1061,7 @@ Base class for ALL classes (blessed references)
 
 =item Unicode::Collate
 
-Use UCA (Unicode Collation Algorithm)
+Unicode Collation Algorithm
 
 =item Unicode::UCD
 
@@ -1026,8 +1115,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
@@ -1135,7 +1223,7 @@ South Africa
     ftp://ftp.is.co.za/programming/perl/CPAN/
     ftp://ftp.mweb.co.za/pub/mirrors/cpan/
     ftp://ftp.saix.net/pub/CPAN/
-    ftp://ftp.sun.ac.za/CPAN/
+    ftp://ftp.sun.ac.za/CPAN/CPAN/
 
 =back
 
@@ -1149,8 +1237,6 @@ China
 
     ftp://freesoft.cei.gov.cn/pub/languages/perl/CPAN/
     http://www2.linuxforum.net/mirror/CPAN/
-    http://CPAN.pacific.net.hk/
-    ftp://ftp.pacific.net.hk/pub/mirror/CPAN/
     http://cpan.shellhung.org/
     ftp://ftp.shellhung.org/pub/CPAN
 
@@ -1189,6 +1275,7 @@ Japan
     http://mirror.nucba.ac.jp/mirror/Perl/
     ftp://mirror.nucba.ac.jp/mirror/Perl/
     ftp://ftp.meisei-u.ac.jp/pub/CPAN/
+    ftp://ftp.ayamura.org/pub/CPAN/
     ftp://ftp.jaist.ac.jp/pub/lang/perl/CPAN/
     ftp://ftp.dti.ad.jp/pub/lang/CPAN/
     ftp://ftp.ring.gr.jp/pub/lang/perl/CPAN/
@@ -1234,12 +1321,13 @@ South Korea
     http://ftp.kornet.net/pub/CPAN/
     ftp://ftp.kornet.net/pub/CPAN/
     ftp://ftp.nuri.net/pub/CPAN/
+    http://ftp.xgate.co.kr/cpan/
+    ftp://ftp.xgate.co.kr/pub/mirror/CPAN
 
 =item *
 
 Taiwan
 
-    ftp://coda.nctu.edu.tw/UNIX/perl/CPAN
     ftp://ftp.ee.ncku.edu.tw/pub/perl/CPAN/
     ftp://ftp1.sinica.edu.tw/pub1/perl/CPAN/
     http://ftp.tku.edu.tw/pub/CPAN/
@@ -1249,8 +1337,6 @@ Taiwan
 
 Thailand
 
-    http://download.nectec.or.th/CPAN/
-    ftp://ftp.nectec.or.th/pub/languages/CPAN/
     ftp://ftp.cs.riubon.ac.th/pub/mirrors/CPAN/
 
 =back
@@ -1293,7 +1379,8 @@ Belgium
 
 Bulgaria
 
-    ftp://ftp.ntrl.net/pub/mirrors/CPAN/
+    http://cpan.lirex.net/
+    ftp://ftp.lirex.net/pub/mirrors/CPAN
 
 =item *
 
@@ -1320,21 +1407,6 @@ Denmark
 
 =item *
 
-England
-
-    http://www.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN
-    ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/
-    http://cpan.crazygreek.co.uk
-    ftp://ftp.demon.co.uk/pub/CPAN/
-    ftp://ftp.flirble.org/pub/languages/perl/CPAN/
-    ftp://ftp.plig.org/pub/CPAN/
-    ftp://sunsite.doc.ic.ac.uk/packages/CPAN/
-    http://mirror.uklinux.net/CPAN/
-    ftp://mirror.uklinux.net/pub/CPAN/
-    ftp://usit.shef.ac.uk/pub/packages/CPAN/
-
-=item *
-
 Estonia
 
     ftp://ftp.ut.ee/pub/languages/perl/CPAN/
@@ -1350,7 +1422,6 @@ Finland
 
 France
 
-    ftp://cpan.ftp.worldonline.fr/pub/CPAN/
     http://cpan.mirrors.easynet.fr/
     ftp://cpan.mirrors.easynet.fr/pub/ftp.cpan.org/
     ftp://ftp.club-internet.fr/pub/perl/CPAN/
@@ -1371,6 +1442,8 @@ Germany
     ftp://ftp.uni-erlangen.de/pub/source/CPAN/
     ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/CPAN
     ftp://ftp.gigabell.net/pub/CPAN/
+    http://pandemonium.tiscali.de/pub/CPAN/
+    ftp://pandemonium.tiscali.de/pub/CPAN/
     http://ftp.gwdg.de/pub/languages/perl/CPAN/
     ftp://ftp.gwdg.de/pub/languages/perl/CPAN/
     ftp://ftp.uni-hamburg.de/pub/soft/lang/perl/CPAN/
@@ -1384,6 +1457,7 @@ Germany
 
 Greece
 
+    ftp://ftp.acn.gr/pub/lang/perl/CPAN
     ftp://ftp.forthnet.gr/pub/languages/perl/CPAN
     ftp://ftp.ntua.gr/pub/lang/perl/
 
@@ -1393,8 +1467,8 @@ Hungary
 
     http://cpan.artifact.hu/
     ftp://cpan.artifact.hu/CPAN/
-    http://ftp.kfki.hu/pub/CPAN/
-    ftp://ftp.kfki.hu/pub/CPAN/
+    http://ftp.kfki.hu/packages/perl/CPAN/
+    ftp://ftp.kfki.hu/pub/packages/perl/CPAN/
 
 =item *
 
@@ -1421,7 +1495,7 @@ Italy
     ftp://gusp.dyndns.org/pub/CPAN
     http://softcity.iol.it/cpan
     ftp://softcity.iol.it/pub/cpan
-    ftp://ftp.unina.it/pub/Other/CPAN/
+    ftp://ftp.unina.it/pub/Other/CPAN/CPAN/
     ftp://ftp.unipi.it/pub/mirror/perl/CPAN/
     ftp://cis.uniRoma2.it/CPAN/
     ftp://ftp.edisontel.it/pub/CPAN_Mirror/
@@ -1446,8 +1520,6 @@ Netherlands
     ftp://download.xs4all.nl/pub/mirror/CPAN/
     ftp://ftp.nl.uu.net/pub/CPAN/
     ftp://ftp.nluug.nl/pub/languages/perl/CPAN/
-    http://cpan.cybercomm.nl/
-    ftp://mirror.cybercomm.nl/pub/cpan/
     ftp://ftp.cpan.nl/pub/CPAN/
     http://www.cs.uu.nl/mirror/CPAN/
     ftp://ftp.cs.uu.nl/mirror/CPAN/
@@ -1464,8 +1536,6 @@ Norway
 Poland
 
     ftp://ftp.pk.edu.pl/pub/lang/perl/CPAN/
-    http://www.fic.uni.lodz.pl/pub/CPAN
-    ftp://ftp.fic.uni.lodz.pl/pub/CPAN
     ftp://ftp.mega.net.pl/pub/mirrors/ftp.perl.com/
     ftp://ftp.man.torun.pl/pub/doc/CPAN/
     ftp://sunsite.icm.edu.pl/pub/CPAN/
@@ -1476,8 +1546,8 @@ Portugal
 
     ftp://ftp.ua.pt/pub/CPAN/
     ftp://perl.di.uminho.pt/pub/CPAN/
-    http://cpan.ip.pt/
-    ftp://cpan.ip.pt/pub/perl/
+    http://cpan.dei.uc.pt/
+    ftp://ftp.dei.uc.pt/pub/CPAN
     ftp://ftp.ist.utl.pt/pub/CPAN/
     http://cpan.ip.pt/
     ftp://cpan.ip.pt/pub/cpan/
@@ -1488,10 +1558,8 @@ Portugal
 
 Romania
 
-    ftp://archive.logicnet.ro/mirrors/ftp.cpan.org/CPAN/
     ftp://ftp.kappa.ro/pub/mirrors/ftp.perl.org/pub/CPAN/
     ftp://ftp.dntis.ro/pub/cpan/
-    ftp://ftp.opsynet.com/cpan/
     ftp://ftp.dnttm.ro/pub/CPAN/
     ftp://ftp.lasting.ro/pub/CPAN
     ftp://ftp.timisoara.roedu.net/mirrors/CPAN/
@@ -1511,7 +1579,8 @@ Russia
 
 Slovakia
 
-    ftp://ftp.entry.sk/pub/languages/perl/CPAN/
+    http://ftp.cvt.stuba.sk/pub/CPAN/
+    ftp://ftp.cvt.stuba.sk/pub/CPAN/
 
 =item *
 
@@ -1523,6 +1592,7 @@ Slovenia
 
 Spain
 
+    http://cpan.imasd.elmundo.es/
     ftp://ftp.rediris.es/mirror/CPAN/
     ftp://ftp.etse.urv.es/pub/perl/
 
@@ -1556,6 +1626,24 @@ Ukraine
     ftp://cpan.org.ua/
     ftp://ftp.perl.org.ua/pub/CPAN/
 
+=item *
+
+United Kingdom
+
+    http://www.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN
+    ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/
+    http://cpan.teleglobe.net/
+    ftp://cpan.teleglobe.net/pub/CPAN
+    http://cpan.crazygreek.co.uk
+    ftp://ftp.demon.co.uk/pub/CPAN/
+    ftp://ftp.flirble.org/pub/languages/perl/CPAN/
+    ftp://ftp.plig.org/pub/CPAN/
+    http://mirror.uklinux.net/CPAN/
+    ftp://mirror.uklinux.net/pub/CPAN/
+    http://cpan.mirrors.clockerz.net/
+    ftp://ftp.clockerz.net/pub/CPAN/
+    ftp://usit.shef.ac.uk/pub/packages/CPAN/
+
 =back
 
 =head2 North America
@@ -1599,7 +1687,6 @@ Ontario
 Quebec
 
     http://cpan.mirror.smartworker.org/
-    ftp://cpan.mirror.smartworker.org/pub/CPAN
 
 =back
 
@@ -1635,13 +1722,10 @@ California
     ftp://cpan.valueclick.com/pub/CPAN/
     http://mirrors.gossamer-threads.com/CPAN
     ftp://cpan.nas.nasa.gov/pub/perl/CPAN/
-    ftp://ftp.digital.com/pub/plan/perl/CPAN/
     http://mirrors.kernel.org/cpan/
     ftp://mirrors.kernel.org/pub/CPAN
     http://cpan.digisle.net/
     ftp://cpan.digisle.net/pub/CPAN
-    http://www.linuxjar.com/CPAN
-    ftp://linuxjar.com/pub/CPAN
     http://www.perl.com/CPAN/
     http://download.sourceforge.net/mirrors/CPAN/
 
@@ -1653,9 +1737,16 @@ Colorado
 
 =item *
 
+Delaware
+
+    http://ftp.lug.udel.edu/pub/CPAN
+    ftp://ftp.lug.udel.edu/pub/CPAN
+
+=item *
+
 District of Columbia
 
-    ftp://ftp.dc.us.telia.net/pub/cpan/
+    ftp://ftp.dc.aleron.net/pub/CPAN/
 
 =item *
 
@@ -1676,9 +1767,9 @@ Illinois
 
 Indiana
 
-    ftp://ftp.uwsg.indiana.edu/pub/perl/CPAN/
-    http://cpan.nitco.com/
-    ftp://cpan.nitco.com/pub/CPAN/
+    ftp://ftp.uwsg.iu.edu/pub/perl/CPAN/
+    http://cpan.netnitco.net/
+    ftp://cpan.netnitco.net/pub/mirrors/CPAN/
     http://archive.progeny.com/CPAN/
     ftp://archive.progeny.com/CPAN/
     ftp://cpan.in-span.net/
@@ -1699,7 +1790,6 @@ Massachusetts
     ftp://ftp.ccs.neu.edu/net/mirrors/ftp.funet.fi/pub/languages/perl/CPAN/
     http://cpan.mirrors.netnumina.com/
     ftp://mirrors.netnumina.com/cpan/
-    ftp://ftp.iguide.com/pub/mirrors/packages/perl/CPAN/
 
 =item *
 
@@ -1712,12 +1802,17 @@ Michigan
 New Jersey
 
     ftp://ftp.cpanel.net/pub/CPAN/
+    http://cpan.teleglobe.net/
+    ftp://cpan.teleglobe.net/pub/CPAN
 
 =item *
 
 New York
 
-    ftp://ftp.freesoftware.com/pub/perl/CPAN/
+    ftp://ftp.exobit.org/pub/perl/CPAN
+    http://cpan.belfry.net/
+    http://cpan.thepirtgroup.com/
+    ftp://cpan.thepirtgroup.com/
     ftp://ftp.stealth.net/pub/CPAN/
     http://www.rge.com/pub/languages/perl/
     ftp://ftp.rge.com/pub/languages/perl/
@@ -1755,6 +1850,8 @@ Pennsylvania
     ftp://ftp.epix.net/pub/languages/perl/
     http://mirrors.phenominet.com/pub/CPAN/
     ftp://mirrors.phenominet.com/pub/CPAN/
+    http://cpan.pair.com/
+    ftp://cpan.pair.com/pub/CPAN/
     ftp://carroll.cac.psu.edu/pub/CPAN/
 
 =item *
@@ -1768,6 +1865,7 @@ Tennessee
 Texas
 
     http://ftp.sedl.org/pub/mirrors/CPAN/
+    ftp://mirror.telentente.com/pub/CPAN
 
 =item *
 
@@ -1781,6 +1879,10 @@ Virginia
 
     http://mirrors.rcn.net/pub/lang/CPAN/
     ftp://mirrors.rcn.net/pub/lang/CPAN/
+    http://perl.secsup.org/
+    ftp://perl.secsup.org/pub/perl/
+    http://mirrors.phihost.com/CPAN/
+    ftp://mirrors.phihost.com/CPAN/
     ftp://ruff.cs.jmu.edu/pub/CPAN/
     http://perl.Liquidation.com/CPAN/
 
@@ -1794,7 +1896,12 @@ Washington
     ftp://ftp.mirrorcentral.com/pub/CPAN/
     ftp://ftp-mirror.internap.com/pub/CPAN/
 
-=back
+=item *
+
+Wisconsin
+
+    http://mirror.sit.wisc.edu/pub/CPAN/
+    ftp://mirror.sit.wisc.edu/pub/CPAN/
 
 =back
 
@@ -1814,6 +1921,7 @@ Australia
 =item *
 
 New Zealand
+
     ftp://ftp.auckland.ac.nz/pub/perl/CPAN/
 
 =back
@@ -1840,11 +1948,9 @@ Brazil
 Chile
 
     ftp://ftp.psinet.cl/pub/programming/perl/CPAN/
-    ftp://sunsite.dcc.uchile.cl/pub/lang/perl/
 
 =back
 
-
 For an up-to-date listing of CPAN sites,
 see http://www.cpan.org/SITES or ftp://www.cpan.org/SITES .