diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 20:34:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-28 20:34:21 +0000 |
commit | d48ca1185716e97aa7f6a9f93cc607f72a2f5f26 (patch) | |
tree | e0f0fabf54d1f7c46d0274dbd1cc22dc049c049c /pod/perlmodlib.pod | |
parent | 3c5c4da107d344adbde9b4a8b74be83e03d09797 (diff) | |
download | perl-d48ca1185716e97aa7f6a9f93cc607f72a2f5f26.tar.gz |
Regen perlmodlib.
p4raw-id: //depot/perl@10269
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index f63a984d07..1310b14bb0 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -374,6 +374,10 @@ Exporter guts Utilities to replace common UNIX commands in Makefiles etc. +=item ExtUtils::Constant + +Generate XS code to import C header constants + =item ExtUtils::Embed Utilities for embedding Perl in C/C++ applications @@ -538,6 +542,14 @@ Process single-character switches with switch clustering Compare 8-bit scalar data according to the current locale +=item I18N::LangTags + +Functions for dealing with RFC3066-style language tags + +=item I18N::LangTags::List + +List of tags for human languages + =item IO Load various IO modules @@ -566,6 +578,14 @@ ISO three letter codes for currency identification (ISO 4217) ISO two letter codes for language identification (ISO 639) +=item Locale::Maketext + +Framework for localization + +=item Locale::Maketext::TPJ13 + +Article about software localization + =item Math::BigFloat Arbitrary length float math package |