From: Rafael Garcia-Suarez Date: Thu, 5 Jan 2006 17:27:28 +0000 (+0000) Subject: Regenerate PODs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3bf37fef0ed494269bb143d59e175c51bae8442e;p=p5sagit%2Fp5-mst-13.2.git Regenerate PODs p4raw-id: //depot/perl@26665 --- diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 207bc1b..7f64f05 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -115,6 +115,10 @@ Allows you to write your script in non-ascii or non-utf8 Warn on implicit encoding conversions +=item feature + +Enable new syntactic features + =item fields Compile-time class fields @@ -153,7 +157,7 @@ Restrict unsafe operations when compiling =item overload -Package for overloading perl operations +Package for overloading Perl operations =item re @@ -369,6 +373,10 @@ Utility for CPAN::Config file Initialization Wrapper around CPAN.pm without using any XS module +=item CPAN::Version + +Utility functions to compare CPAN versions + =item Carp Warn of errors (from perspective of caller) @@ -389,6 +397,10 @@ Declare struct-like datatypes as Perl classes Interface to zlib compression library +=item Compress::Zlib::pod::FAQ + +Frequently Asked Questions about Compress::Zlib + =item Config Access Perl configuration information @@ -743,7 +755,7 @@ Load the C Fcntl.h defines =item File::Basename -Split a pathname into pieces +Parse file paths into directory, filename and suffix. =item File::CheckTree @@ -769,6 +781,10 @@ Traverse a directory tree. Perl extension for BSD glob routine +=item File::GlobMapper + +Extend File Glob to Allow Input and Output Files + =item File::Path Create or remove directory trees @@ -877,6 +893,18 @@ Query locale information Load various IO modules +=item IO::Compress::Deflate + +Perl interface to write RFC 1950 files/buffers + +=item IO::Compress::Gzip + +Perl interface to write RFC 1952 files/buffers + +=item IO::Compress::RawDeflate + +Perl interface to write RFC 1951 files/buffers + =item IO::Dir Supply object methods for directory handles @@ -917,6 +945,22 @@ Object interface for AF_INET domain sockets Object interface for AF_UNIX domain sockets +=item IO::Uncompress::AnyInflate + +Perl interface to read RFC 1950, 1951 & 1952 files/buffers + +=item IO::Uncompress::Gunzip + +Perl interface to read RFC 1952 files/buffers + +=item IO::Uncompress::Inflate + +Perl interface to read RFC 1950 files/buffers + +=item IO::Uncompress::RawInflate + +Perl interface to read RFC 1951 files/buffers + =item IO::Zlib IO:: style interface to L @@ -1157,6 +1201,10 @@ PerlIO layer for quoted-printable strings Check pod documents for syntax errors +=item Pod::Escapes + +For resolving Pod EE...E sequences + =item Pod::Find Find POD documents in directory trees @@ -1237,6 +1285,90 @@ Perl extension for converting Pod to old style Pod. Extract selected sections of POD from input +=item Pod::Simple + +Framework for parsing Pod + +=item Pod::Simple::Checker + +Check the Pod syntax of a document + +=item Pod::Simple::Debug + +Put Pod::Simple into trace/debug mode + +=item Pod::Simple::DumpAsText + +Dump Pod-parsing events as text + +=item Pod::Simple::DumpAsXML + +Turn Pod into XML + +=item Pod::Simple::HTML + +Convert Pod to HTML + +=item Pod::Simple::HTMLBatch + +Convert several Pod files to several HTML files + +=item Pod::Simple::LinkSection + +Represent "section" attributes of L codes + +=item Pod::Simple::Methody + +Turn Pod::Simple events into method calls + +=item Pod::Simple::PullParser + +A pull-parser interface to parsing Pod + +=item Pod::Simple::PullParserEndToken + +End-tokens from Pod::Simple::PullParser + +=item Pod::Simple::PullParserStartToken + +Start-tokens from Pod::Simple::PullParser + +=item Pod::Simple::PullParserTextToken + +Text-tokens from Pod::Simple::PullParser + +=item Pod::Simple::PullParserToken + +Tokens from Pod::Simple::PullParser + +=item Pod::Simple::RTF + +Format Pod as RTF + +=item Pod::Simple::Search + +Find POD documents in directory trees + +=item Pod::Simple::SimpleTree + +Parse Pod into a simple parse tree + +=item Pod::Simple::Subclassing + +Write a formatter as a Pod::Simple subclass + +=item Pod::Simple::Text + +Format Pod as plaintext + +=item Pod::Simple::TextContent + +Get the text content of Pod + +=item Pod::Simple::XMLOutStream + +Turn Pod into XML + =item Pod::Text Convert POD data to formatted ASCII text @@ -1333,6 +1465,18 @@ Provides a simple framework for writing test scripts Backend for building test libraries +=item Test::Builder::Module + +Base class for test modules + +=item Test::Builder::Tester + +Test testsuites that have been built with + +=item Test::Builder::Tester::Color + +Turn on colour in Test::Builder::Tester + =item Test::Harness Run Perl standard test scripts with statistics diff --git a/pod/perltoc.pod b/pod/perltoc.pod index dd01b90..f5e490a 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -157,18 +157,25 @@ arrays of arrays, hashes of arrays, arrays of hashes, hashes of hashes, more elaborate constructs =item REFERENCES +X X X X =item COMMON MISTAKES =item CAVEAT ON PRECEDENCE +X X =item WHY YOU SHOULD ALWAYS C =item DEBUGGING +X X +X X X X +X X +X X =item CODE EXAMPLES =item ARRAYS OF ARRAYS +X X =over 4 @@ -181,6 +188,7 @@ more elaborate constructs =back =item HASHES OF ARRAYS +X X =over 4 @@ -193,6 +201,7 @@ more elaborate constructs =back =item ARRAYS OF HASHES +X X =over 4 @@ -205,6 +214,7 @@ more elaborate constructs =back =item HASHES OF HASHES +X X =over 4 @@ -217,6 +227,7 @@ more elaborate constructs =back =item MORE ELABORATE RECORDS +X X X =over 4 @@ -795,8 +806,8 @@ LIMIT specified =back -=head2 perlfaq - frequently asked questions about Perl ($Date: 2005/03/27 -07:21:21 $) +=head2 perlfaq - frequently asked questions about Perl ($Date: 2005/12/30 +15:04:07 $) =over 4 @@ -859,8 +870,8 @@ Interaction, perlfaq9 - Networking =back -=head2 perlfaq1 - General Questions About Perl ($Revision: 1.18 $, $Date: -2005/04/01 16:15:25 $) +=head2 perlfaq1 - General Questions About Perl ($Revision: 1.19 $, $Date: +2005/12/31 00:54:37 $) =over 4 @@ -908,8 +919,8 @@ Scheme, or Tcl? =back -=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.32 $, -$Date: 2005/04/22 19:04:48 $) +=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.38 $, +$Date: 2005/12/31 00:54:37 $) =over 4 @@ -917,13 +928,13 @@ $Date: 2005/04/22 19:04:48 $) =over 4 -=item What machines support Perl? Where do I get it? +=item What machines support perl? Where do I get it? -=item How can I get a binary version of Perl? +=item How can I get a binary version of perl? -=item I don't have a C compiler on my system. How can I compile perl? +=item I don't have a C compiler. How can I build my own Perl interpreter? -=item I copied the Perl binary from one machine to another, but scripts +=item I copied the perl binary from one machine to another, but scripts don't work. =item I grabbed the sources and tried to compile but gdbm/dynamic @@ -952,7 +963,7 @@ References, Tutorials, Task-Oriented, Special Topics =item Archives of comp.lang.perl.misc -=item Where can I buy a commercial version of Perl? +=item Where can I buy a commercial version of perl? =item Where do I send bug reports? @@ -964,8 +975,8 @@ References, Tutorials, Task-Oriented, Special Topics =back -=head2 perlfaq3 - Programming Tools ($Revision: 1.48 $, $Date: 2005/04/22 -19:04:48 $) +=head2 perlfaq3 - Programming Tools ($Revision: 1.56 $, $Date: 2005/12/31 +00:54:37 $) =over 4 @@ -993,10 +1004,10 @@ References, Tutorials, Task-Oriented, Special Topics =item Is there an IDE or Windows Perl Editor? -Eclipse, Komodo, Open Perl IDE, OptiPerl, PerlBuilder, visiPerl+, Visual -Perl, GNU Emacs, MicroEMACS, XEmacs, Jed, Elvis, Vile, Vim, Codewright, -MultiEdit, SlickEdit, Bash, Ksh, Tcsh, Zsh, Affrus, Alpha, BBEdit and -BBEdit Lite +Eclipse, Enginsite, Komodo, Open Perl IDE, OptiPerl, PerlBuilder, +visiPerl+, Visual Perl, Zeus, GNU Emacs, MicroEMACS, XEmacs, Jed, Elvis, +Vile, Vim, Codewright, MultiEdit, SlickEdit, Bash, Ksh, Tcsh, Zsh, Affrus, +Alpha, BBEdit and BBEdit Lite =item Where can I get Perl macros for vi? @@ -1035,7 +1046,7 @@ stringification, Pass by reference, Tie large variables to disk =item Where can I learn about object-oriented Perl programming? -=item Where can I learn about linking C with Perl? [h2xs, xsubpp] +=item Where can I learn about linking C with Perl? =item I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong? @@ -1050,8 +1061,8 @@ program; what am I doing wrong? =back -=head2 perlfaq4 - Data Manipulation ($Revision: 1.64 $, $Date: 2005/04/27 -00:18:04 $) +=head2 perlfaq4 - Data Manipulation ($Revision: 1.73 $, $Date: 2005/12/31 +00:54:37 $) =over 4 @@ -1267,8 +1278,8 @@ array of hashes or arrays? =back -=head2 perlfaq5 - Files and Formats ($Revision: 1.36 $, $Date: 2005/04/22 -19:04:48 $) +=head2 perlfaq5 - Files and Formats ($Revision: 1.42 $, $Date: 2005/12/31 +00:54:37 $) =over 4 @@ -1277,85 +1288,120 @@ array of hashes or arrays? =over 4 =item How do I flush/unbuffer an output filehandle? Why must I do this? +X X X X =item How do I change one line in a file/delete a line in a file/insert a line in the middle of a file/append to the beginning of a file? +X =item How do I count the number of lines in a file? +X X X =item How can I use Perl's C<-i> option from within a program? +X<-i> X =item How can I copy a file? +X X =item How do I make a temporary file name? +X =item How can I manipulate fixed-record-length files? +X X =item How can I make a filehandle local to a subroutine? How do I pass filehandles between subroutines? How do I make an array of filehandles? +X X X =item How can I use a filehandle indirectly? +X =item How can I set up a footer format to be used with write()? +X