Change 20654 by [EMAIL PROTECTED] on 2003/08/12 13:23:00
Add perlcheat to the toc and perl.pod; regen toc.
Affected files ...
... //depot/perl/pod/buildtoc.PL#42 edit
... //depot/perl/pod/perl.pod#92 edit
... //depot/perl/pod/perltoc.pod#185 edit
Differences ...
==== //depot/perl/pod/buildtoc.PL#42 (text) ====
Index: perl/pod/buildtoc.PL
--- perl/pod/buildtoc.PL#41~20593~ Sun Aug 10 05:32:47 2003
+++ perl/pod/buildtoc.PL Tue Aug 12 06:23:00 2003
@@ -123,6 +123,7 @@
perlpodspec
perlstyle
perltrap
+ perlcheat
perlrun
perldiag
==== //depot/perl/pod/perl.pod#92 (text) ====
Index: perl/pod/perl.pod
--- perl/pod/perl.pod#91~20593~ Sun Aug 10 05:32:47 2003
+++ perl/pod/perl.pod Tue Aug 12 06:23:00 2003
@@ -40,6 +40,7 @@
perlstyle Perl style guide
+ perlcheat Perl cheat sheet
perltrap Perl traps for the unwary
perldebtut Perl debugging tutorial
==== //depot/perl/pod/perltoc.pod#185 (text+w) ====
Index: perl/pod/perltoc.pod
--- perl/pod/perltoc.pod#184~20593~ Sun Aug 10 05:32:47 2003
+++ perl/pod/perltoc.pod Tue Aug 12 06:23:00 2003
@@ -832,6 +832,26 @@
=back
+=head2 perlcheat - Perl 5 Cheat Sheet
+
+=over 4
+
+=item DESCRIPTION
+
+=over 4
+
+=item The sheet
+
+=back
+
+=item ACKNOWLEDGEMENTS
+
+=item AUTHOR
+
+=item SEE ALSO
+
+=back
+
=head2 perlrun - how to execute the Perl interpreter
=over 4
@@ -1353,12 +1373,12 @@
=item DESCRIPTION
+=over 4
+
=item OPERATORS
=item SYNTAX
-=over 4
-
=item ESCAPE SEQUENCES
=item CHARACTER CLASSES
@@ -1369,12 +1389,14 @@
=item EXTENDED CONSTRUCTS
-=back
-
=item VARIABLES
=item FUNCTIONS
+=item TERMINOLOGY
+
+=back
+
=item AUTHOR
=item SEE ALSO
@@ -3033,8 +3055,8 @@
=back
-=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.21 $,
-$Date: 2003/07/30 05:48:24 $)
+=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.20 $,
+$Date: 2003/01/26 17:50:56 $)
=over 4
@@ -11790,6 +11812,24 @@
=item DESCRIPTION
+=over 4
+
+=item Migration from C<DynaLoader>
+
+=item Backward compatible boilerplate
+
+=back
+
+=item Order of initialization: early load()
+
+=over 4
+
+=item The most hairy case
+
+=back
+
+=item LIMITATIONS
+
=item AUTHOR
=back
@@ -13869,18 +13909,6 @@
=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
@@ -17509,13 +17537,13 @@
=item EXPECTED METHODS
$class->PUSHED([$mode[,$fh]]), $obj->POPPED([$fh]),
-$obj->OPEN($path,$mode[,$fh]), $obj->BINMODE([,$fh]),
-$obj->FDOPEN($fd[,$fh]), $obj->SYSOPEN($path,$imode,$perm,[,$fh]),
-$obj->FILENO($fh), $obj->READ($buffer,$len,$fh), $obj->WRITE($buffer,$fh),
-$obj->FILL($fh), $obj->CLOSE($fh), $obj->SEEK($posn,$whence,$fh),
-$obj->TELL($fh), $obj->UNREAD($buffer,$fh), $obj->FLUSH($fh),
-$obj->SETLINEBUF($fh), $obj->CLEARERR($fh), $obj->ERROR($fh),
-$obj->EOF($fh)
+$obj->UTF8($bellowFlag,[$fh]), $obj->OPEN($path,$mode[,$fh]),
+$obj->BINMODE([,$fh]), $obj->FDOPEN($fd[,$fh]),
+$obj->SYSOPEN($path,$imode,$perm,[,$fh]), $obj->FILENO($fh),
+$obj->READ($buffer,$len,$fh), $obj->WRITE($buffer,$fh), $obj->FILL($fh),
+$obj->CLOSE($fh), $obj->SEEK($posn,$whence,$fh), $obj->TELL($fh),
+$obj->UNREAD($buffer,$fh), $obj->FLUSH($fh), $obj->SETLINEBUF($fh),
+$obj->CLEARERR($fh), $obj->ERROR($fh), $obj->EOF($fh)
=item EXAMPLES
@@ -20624,6 +20652,24 @@
=item SYNOPSIS
=item DESCRIPTION
+
+=over 4
+
+=item Migration from C<DynaLoader>
+
+=item Backward compatible boilerplate
+
+=back
+
+=item Order of initialization: early load()
+
+=over 4
+
+=item The most hairy case
+
+=back
+
+=item LIMITATIONS
=item AUTHOR
End of Patch.