X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlmodlib.pod;h=53e491c8a2aab263063be05e273d4dc6a9b0bc70;hb=3d555cb8c04bfcf8315c3f7c616b505041697522;hp=109c277e75912ff48400b51a3f92b28003906181;hpb=4f233aa44037bb348e757bece6f05ebd4838c4da;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 109c277..53e491c 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -132,9 +132,9 @@ Restrict unsafe constructs Predeclare sub names -=item unicode::distinct +=item threads -Strictly distinguish UTF8 data and non-UTF data. +Perl extension allowing use of interpreter based threads from perl =item utf8 @@ -504,7 +504,7 @@ Methods for OS/2 file specs =item File::Spec::Unix -Methods used by File::Spec +File::Spec for Unix, base for other File::Spec modules =item File::Spec::VMS @@ -570,6 +570,10 @@ Open a process for both reading and writing Open a process for reading, writing, and error handling +=item Lingua::KO::Hangul::Util + +Utility functions for Hangul Syllables + =item Locale::Constants Constants for Locale codes @@ -602,6 +606,10 @@ Arbitrary size floating point math package Arbitrary size integer math package +=item Math::BigInt::Calc + +Pure Perl module to support Math::BigInt + =item Math::Complex Complex numbers and associated mathematical functions @@ -666,10 +674,6 @@ Local configuration data for libnet Attempt to evaluate the current host's internet name and domain -=item Net::DummyInetd - -A dummy Inetd server - =item Net::FTP FTP Client class @@ -682,10 +686,6 @@ NNTP Client class OO interface to users netrc file -=item Net::PH - -CCSO Nameserver Client class - =item Net::POP3 Post Office Protocol 3 Client class (RFC1081) @@ -698,10 +698,6 @@ Check a remote host for reachability Simple Mail Transfer Protocol Client -=item Net::SNPP - -Simple Network Pager Protocol Client - =item Net::Time Time and daytime network client interface @@ -870,6 +866,18 @@ Provides a simple framework for writing test scripts Run perl standard test scripts with statistics +=item Test::More + +Yet another framework for writing test scripts + +=item Test::Simple + +Basic utilities for writing tests. + +=item Test::Tutorial + +A tutorial about writing really basic tests + =item Text::Abbrev Create an abbreviation table from a list @@ -938,6 +946,18 @@ Internal object used by Time::gmtime and Time::localtime Base class for ALL classes (blessed references) +=item Unicode::Collate + +Use UCA (Unicode Collation Algorithm) + +=item Unicode::Normalize + +Normalized forms of Unicode text + +=item Unicode::UCD + +Unicode character database + =item User::grent By-name interface to Perl's built-in getgr*() functions