X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltoc.pod;h=97975b3a0abe9e4d0ff04513ce194371ef7877df;hb=b1866b2db57c4aa1ee77325f2658722f6a7befa2;hp=282825c8c481ff0ed9a32ed485d0c563b106cf5e;hpb=d396a55899b7bce58ef6008d9af7a500b5175b4a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 282825c..97975b3 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -2573,6 +2573,8 @@ module (sometimes unnecessary), B the module =back +=item PORTABILITY + =item HEY =item AUTHOR @@ -3891,7 +3893,7 @@ A, p, d, s, n, r, f, m, o, j, x =over -=item Formatted Printing of IVs and UVs +=item Formatted Printing of IVs, UVs, and NVs =item Source Documentation @@ -4601,46 +4603,70 @@ I =back -=head2 perldelta - what's new for perl v5.8.0 +=head2 perldelta - what's new for perl v5.7.0 =over =item DESCRIPTION +=item Security Vulnerability Closed + +=item Incompatible Changes + =item Core Enhancements =item Modules and Pragmata +=over + +=item New Modules + +=item Updated And Improved Modules and Pragmata + +=back + =item Utility Changes -=item Improved Documentation +=item New Documentation -=item Performance enhancements +=item Performance Enhancements =item Installation and Configuration Improvements =over -=item gcc automatically tried if 'cc' does not seem to be working +=item Generic Improvements =back -=item Platform specific changes +=item Selected Bug Fixes -=item Significant bug fixes +sort() arguments are now compiled in the right wantarray context (they were +accidentally using the context of the sort() itself) -=item New or Changed Diagnostics +=over -(perhaps you forgot to load "%s"?), Ambiguous range in transliteration -operator +=item Platform Specific Changes and Fixes -=item New tests +=back -=item Incompatible Changes +=item New or Changed Diagnostics + +=item Changed Internals =item Known Problems -=item Obsolete Diagnostics +=over + +=item Unicode Support Still Far From Perfect + +=item EBCDIC Still A Lost Platform + +=item Building Extensions Can Fail Because Of Largefiles + +In string, @%s now must be written as \@%s + +=back =item Reporting Bugs @@ -6584,8 +6610,11 @@ C, C, C =item DESCRIPTION -use warnings::register, warnings::enabled([$category]), -warnings::warn([$category,] $message) +use warnings::register, warnings::enabled(), warnings::enabled($category), +warnings::enabled($object), warnings::warn($message), +warnings::warn($category, $message), warnings::warn($object, $message), +warnings::warnif($message), warnings::warnif($category, $message), +warnings::warnif($object, $message) =back @@ -6816,7 +6845,7 @@ bytecode =item DESCRIPTION -=item AUTHOR +=item AUTHORS =back @@ -6843,14 +6872,15 @@ bytecode =item OPTIONS B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>, -B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-fstrip-syntax-tree>, -B<-On>, B<-D>, B<-Do>, B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-m> +B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>, +B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-Ppackage> Stores package in the +output. =back =item EXAMPLES =item BUGS -=item AUTHOR +=item AUTHORS =back @@ -7144,14 +7174,15 @@ STYLE ] ), cmpthese ( RESULTSHASHREF ), countit(TIME, CODE), disablecache ( =item OPTIONS B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>, -B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-fstrip-syntax-tree>, -B<-On>, B<-D>, B<-Do>, B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-m> +B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>, +B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-Ppackage> Stores package in the +output. =back =item EXAMPLES =item BUGS -=item AUTHOR +=item AUTHORS =back @@ -7651,7 +7682,7 @@ optionE [shift|pop]>, Clist optionE http firewall, ftp firewall, One way visibility, SOCKS, IP Masquerade -=item Configuring lynx or ncftp for going throught the firewall +=item Configuring lynx or ncftp for going through the firewall =back @@ -7938,7 +7969,8 @@ C, C C, C, C, C, C, C, C, C, C, C, -C, C +C, C, C, C, C, +C, C, C =item o @@ -7998,7 +8030,7 @@ C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, C, -C +C, C =item v @@ -9563,6 +9595,8 @@ catpath =over +=item PORTABILITY + =item SYNOPSIS =item DESCRIPTION @@ -10572,7 +10606,17 @@ cylindrical_to_spherical, spherical_to_cartesian, spherical_to_cylindrical =item SYNOPSIS -=item DESCRIPTION +C, C, C + +=item DIAGNOSTICS + +=over + +=item C + +=back + +=item BUGS AND WARNINGS =back @@ -10687,7 +10731,17 @@ functions =item SYNOPSIS -=item DESCRIPTION +C, C, C + +=item DIAGNOSTICS + +=over + +=item C + +=back + +=item BUGS AND WARNINGS =back @@ -10948,7 +11002,7 @@ after =back =item Warnings -multiple occurence of link target I, line containing nothing but +multiple occurrence of link target I, line containing nothing but whitespace in paragraph, file does not start with =head, No numeric argument for =over, previous =item has no contents, preceding non-item paragraph(s), =item type mismatch (I vs. I), I unescaped @@ -12133,6 +12187,58 @@ pack_sockaddr_un PATH, unpack_sockaddr_un SOCKADDR_UN =back +=head2 Storable - persistency for perl data structures + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item MEMORY STORE + +=item SPEED + +=item CANONICAL REPRESENTATION + +=item ERROR REPORTING + +=item WIZARDS ONLY + +=over + +=item Hooks + +C I, I, C I, I, +I, .. + +=item Predicates + +C, C, +C + +=item Recursion + +=item Deep Cloning + +=back + +=item EXAMPLES + +=item WARNING + +=item BUGS + +=item CREDITS + +=item TRANSLATIONS + +=item AUTHOR + +=item SEE ALSO + +=back + =head2 Symbol - manipulate Perl symbols and their names =over