From: Jarkko Hietaniemi Date: Sun, 25 May 2003 18:57:18 +0000 (+0000) Subject: Regen modlib and toc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b9c797bb9d092f31b660de586dc7c113579ec28;p=p5sagit%2Fp5-mst-13.2.git Regen modlib and toc. p4raw-id: //depot/perl@19622 --- diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index c775f00..2516f49 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -513,6 +513,10 @@ Taiwan-based Chinese Encodings Various Unicode Transformation Formats +=item Encode::Unicode::UTF7 + +UTF-7 encoding + =item English Use nice English (or awk) names for ugly punctuation variables @@ -629,6 +633,10 @@ Frequently Asked Questions About MakeMaker Writing a module with MakeMaker +=item ExtUtils::MakeMaker::bytes + +Version agnostic bytes.pm + =item ExtUtils::MakeMaker::vmsish Platform agnostic vmsish.pm diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 5a819ad..6262f4d 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -185,9 +185,9 @@ Interaction, perlfaq9 - Networking =item Declarations -=item Simple statements +=item Simple Statements -=item Compound statements +=item Compound Statements =item Loop Control @@ -225,6 +225,8 @@ Interaction, perlfaq9 - Networking =item List value constructors +=item Subscripts + =item Slices =item Typeglobs and Filehandles @@ -753,7 +755,7 @@ First:, Second:, Third:, Fourth:, Fifth:, Sixth: =item Awk Traps -=item C Traps +=item C/C++ Traps =item Sed Traps @@ -2418,6 +2420,14 @@ enable UTF-8/UTF-EBCDIC in scripts =item Locales +=item When Unicode Does Not Happen + +chmod, chmod, chown, chroot, exec, link, mkdir, rename, rmdir, stat, +symlink, truncate, unlink, utime, %ENV, glob (aka the <*>), open, opendir, +sysopen, qx (aka the backtick operator), system, readdir, readlink + +=item Forcing Unicode in Perl (Or Unforcing Unicode in Perl) + =item Using Unicode in XS =back @@ -2676,29 +2686,30 @@ Encode::CJKConstants, Encode::CN, Encode::CN::HZ, Encode::Config, Encode::EBCDIC, Encode::Encoder, Encode::Encoding, Encode::Guess, Encode::JP, Encode::JP::H2Z, Encode::JP::JIS7, Encode::KR, Encode::KR::2022_KR, Encode::MIME::Header, Encode::PerlIO, -Encode::Supported, Encode::Symbol, Encode::TW, Encode::Unicode, English, -Env, Errno, Exporter, Exporter::Heavy, ExtUtils::Command, -ExtUtils::Command::MM, ExtUtils::Constant, ExtUtils::Embed, -ExtUtils::Install, ExtUtils::Installed, ExtUtils::Liblist, ExtUtils::MM, -ExtUtils::MM_Any, ExtUtils::MM_BeOS, ExtUtils::MM_Cygwin, ExtUtils::MM_DOS, -ExtUtils::MM_MacOS, ExtUtils::MM_NW5, ExtUtils::MM_OS2, ExtUtils::MM_UWIN, -ExtUtils::MM_Unix, ExtUtils::MM_VMS, ExtUtils::MM_Win32, +Encode::Supported, Encode::Symbol, Encode::TW, Encode::Unicode, +Encode::Unicode::UTF7, English, Env, Errno, Exporter, Exporter::Heavy, +ExtUtils::Command, ExtUtils::Command::MM, ExtUtils::Constant, +ExtUtils::Embed, ExtUtils::Install, ExtUtils::Installed, ExtUtils::Liblist, +ExtUtils::MM, ExtUtils::MM_Any, ExtUtils::MM_BeOS, ExtUtils::MM_Cygwin, +ExtUtils::MM_DOS, ExtUtils::MM_MacOS, ExtUtils::MM_NW5, ExtUtils::MM_OS2, +ExtUtils::MM_UWIN, ExtUtils::MM_Unix, ExtUtils::MM_VMS, ExtUtils::MM_Win32, ExtUtils::MM_Win95, ExtUtils::MY, ExtUtils::MakeMaker, ExtUtils::MakeMaker::FAQ, ExtUtils::MakeMaker::Tutorial, -ExtUtils::MakeMaker::vmsish, ExtUtils::Manifest, ExtUtils::Mkbootstrap, -ExtUtils::Mksymlists, ExtUtils::Packlist, ExtUtils::testlib, Fatal, Fcntl, -File::Basename, File::CheckTree, File::Compare, File::Copy, File::DosGlob, -File::Find, File::Glob, File::Path, File::Spec, File::Spec::Cygwin, -File::Spec::Epoc, File::Spec::Functions, File::Spec::Mac, File::Spec::OS2, -File::Spec::Unix, File::Spec::VMS, File::Spec::Win32, File::Temp, -File::stat, FileCache, FileHandle, Filter::Simple, Filter::Util::Call, -FindBin, GDBM_File, Getopt::Long, Getopt::Std, Hash::Util, I18N::Collate, -I18N::LangTags, I18N::LangTags::List, I18N::Langinfo, IO, IO::Dir, -IO::File, IO::Handle, IO::Pipe, IO::Poll, IO::Seekable, IO::Select, -IO::Socket, IO::Socket::INET, IO::Socket::UNIX, IPC::Open2, IPC::Open3, -IPC::SysV, IPC::SysV::Msg, IPC::SysV::Semaphore, List::Util, -Locale::Constants, Locale::Country, Locale::Currency, Locale::Language, -Locale::Maketext, Locale::Maketext::TPJ13, Locale::Script, MIME::Base64, +ExtUtils::MakeMaker::bytes, ExtUtils::MakeMaker::vmsish, +ExtUtils::Manifest, ExtUtils::Mkbootstrap, ExtUtils::Mksymlists, +ExtUtils::Packlist, ExtUtils::testlib, Fatal, Fcntl, File::Basename, +File::CheckTree, File::Compare, File::Copy, File::DosGlob, File::Find, +File::Glob, File::Path, File::Spec, File::Spec::Cygwin, File::Spec::Epoc, +File::Spec::Functions, File::Spec::Mac, File::Spec::OS2, File::Spec::Unix, +File::Spec::VMS, File::Spec::Win32, File::Temp, File::stat, FileCache, +FileHandle, Filter::Simple, Filter::Util::Call, FindBin, GDBM_File, +Getopt::Long, Getopt::Std, Hash::Util, I18N::Collate, I18N::LangTags, +I18N::LangTags::List, I18N::Langinfo, IO, IO::Dir, IO::File, IO::Handle, +IO::Pipe, IO::Poll, IO::Seekable, IO::Select, IO::Socket, IO::Socket::INET, +IO::Socket::UNIX, IPC::Open2, IPC::Open3, IPC::SysV, IPC::SysV::Msg, +IPC::SysV::Semaphore, List::Util, Locale::Constants, Locale::Country, +Locale::Currency, Locale::Language, Locale::Maketext, +Locale::Maketext::TPJ13, Locale::Script, MIME::Base64, MIME::Base64::QuotedPrint, Math::BigFloat, Math::BigInt, Math::BigInt::Calc, Math::BigInt::Scalar, Math::BigRat, Math::Complex, Math::Trig, Memoize, Memoize::AnyDBM_File, Memoize::Expire, @@ -4478,6 +4489,10 @@ B =item CONCLUSION +=item THINGS TO LOOK OUT FOR + +Some Filters Clobber the C Handle + =item REQUIREMENTS =item AUTHOR @@ -4553,7 +4568,7 @@ perl_destruct, perl_free, perl_parse, perl_run, require_pv =item Functions in file pp_pack.c -pack_cat, unpack_str +packlist, pack_cat, unpackstring, unpack_str =item Global Variables @@ -4772,6 +4787,8 @@ Getarg, Fileno, Dup, Read, Write, Seek, Tell, Close, Flush, Fill, Eof, Error, Clearerr, Setlinebuf, Get_base, Get_bufsiz, Get_ptr, Get_cnt, Set_ptrcnt +=item Implementing PerlIO Layers + =item Core Layers "unix", "perlio", "stdio", "crlf", "mmap", "pending", "raw", "utf8" @@ -5061,6 +5078,8 @@ PerlIO_apply_layers(f,mode,layers), PerlIO_binmode(f,ptype,imode,layers), =back +=item Unicode in %ENV + =item Recently done things =over 4 @@ -7158,28 +7177,58 @@ long, Process terminated by SIG%s =item HISTORY +=back + +=head2 perlartistic -- the Perl Artistic License + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + =item The "Artistic License" =over 4 =item Preamble -Package, Standard Version, Copyright Holder, You, Reasonable copying fee, -Freely Available +=item Definitions + +"Package" refers to the collection of files distributed by the Copyright +Holder, and derivatives of that collection of files created through textual +modification, "Standard Version" refers to such a Package if it has not +been modified, or has been modified in accordance with the wishes of the +Copyright Holder as specified below, "Copyright Holder" is whoever is named +in the copyright or copyrights for the package, "You" is you, if you're +thinking about copying or distributing this Package, "Reasonable copying +fee" is whatever you can justify on the basis of media cost, duplication +charges, time of people involved, and so on. (You will not be required to +justify it to the Copyright Holder, but only to the computing community at +large as a market that must bear the fee.), "Freely Available" means that +no fee is charged for the item itself, though there may be fees involved in +handling the item. It also means that recipients of the item may +redistribute it under the same conditions they received it + +=item Conditions =back =back +=head2 perlgpl -- the GNU Public General Public License, version 2 + =over 4 -=item GNU GENERAL PUBLIC LICENSE +=item SYNOPSIS + +=back =over 4 -=item The License Text +=item DESCRIPTION -=back +=item GNU GENERAL PUBLIC LICENSE =back @@ -11001,46 +11050,47 @@ C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, -C, C, C, C, -C, C, C, C, -C, C, C, C, -C, C, C, C, -C, C, C, C, -C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, -C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C, C, C, -C, C, C, C, -C, C, C, C, C, -C, C, C, C +C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, +C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, +C, C, C, C, C, +C, C, C =item e @@ -11856,7 +11906,7 @@ reference, e.g.: =item Other methods defined in Encode::Encodings --Ename, -Enew_sequence, -Eperlio_ok(), -Eneeds_lines() +-Ename, -Erenew, -Eperlio_ok(), -Eneeds_lines() =item Example: Encode::ROT13 @@ -12114,6 +12164,20 @@ BOM as integer when fetched in network byte order =back +=head2 Encode::Unicode::UTF7 -- UTF-7 encoding + +=over 4 + +=item SYNOPSIS + +=item ABSTRACT + +=item In Practice + +=item SEE ALSO + +=back + =head2 Encode::lib::Encode::Alias, Encode::Alias - alias definitions to encodings @@ -12163,7 +12227,7 @@ Implementation Base Class =item Other methods defined in Encode::Encodings --Ename, -Enew_sequence, -Eperlio_ok(), -Eneeds_lines() +-Ename, -Erenew, -Eperlio_ok(), -Eneeds_lines() =item Example: Encode::ROT13 @@ -12338,6 +12402,21 @@ C by Ken Lunde =back +=head2 Encode::lib::Encode::Unicode::UTF7, Encode::Unicode::UTF7 -- UTF-7 +encoding + +=over 4 + +=item SYNOPSIS + +=item ABSTRACT + +=item In Practice + +=item SEE ALSO + +=back + =head2 Encode::lib::Encoder, Encode::Encoder -- Object Oriented Encoder =over 4 @@ -13610,6 +13689,10 @@ Why not just use ?, What's Module::Build and how does it relate to MakeMaker?, pure perl. no make, no shell commands, easier to customize, cleaner internals, less cruft +=item Module Writing + +How do I keep my $VERSION up to date without resetting it manually? + =item XS How to I prevent "object version X.XX does not match bootstrap parameter @@ -13649,6 +13732,16 @@ bin/ =back +=head2 ExtUtils::MakeMaker::bytes - Version agnostic bytes.pm + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=back + =head2 ExtUtils::MakeMaker::vmsish - Platform agnostic vmsish.pm =over 4 @@ -13722,6 +13815,18 @@ B =back +=head2 ExtUtils::Miniperl, writemain - write the C code for perlmain.c + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=item SEE ALSO + +=back + =head2 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader =over 4 @@ -13963,6 +14068,8 @@ C, C =item DESCRIPTION +=item DIAGNOSTICS + =item AUTHORS =back @@ -14581,9 +14688,14 @@ B<$_>, B<$status>, B and B, B default, posix_default, auto_abbrev, getopt_compat, gnu_compat, gnu_getopt, require_order, permute, bundling (default: disabled), bundling_override (default: disabled), ignore_case (default: enabled), ignore_case_always -(default: disabled), pass_through (default: disabled), prefix, +(default: disabled), auto_version (default:disabled), auto_help +(default:disabled), pass_through (default: disabled), prefix, prefix_pattern, debug (default: disabled) +=item Exportable Methods + +VersionMessage, C<-message>, C<-msg>, C<-exitval>, C<-output>, HelpMessage + =item Return values and Errors =item Legacy @@ -14609,6 +14721,8 @@ supplied =item GetOptions does not split the command line correctly +=item Undefined subroutine &main::GetOptions called + =item How do I put a "-?" option into a Getopt::Long? =back @@ -19898,6 +20012,8 @@ SHIFT this, UNSHIFT this, LIST, SPLICE this, offset, length, LIST =item C, C, C, and C +=item C + =back =item Tying to an already-opened filehandle @@ -19910,6 +20026,8 @@ SHIFT this, UNSHIFT this, LIST, SPLICE this, offset, length, LIST =back +=item CONCURRENT ACCESS TO FILES + =item CAVEATS =item SUBCLASSING @@ -20051,6 +20169,16 @@ getitimer ( $which ) =item C API +=item DIAGNOSTICS + +=over 4 + +=item negative time not invented yet + +=item internal error: useconds < 0 (unsigned ... signed ...) + +=back + =item CAVEATS =item AUTHORS