Upgrade to Devel::PPPort 3.14
[p5sagit/p5-mst-13.2.git] / pod / perltoc.pod
index 84607c5..1836d4a 100644 (file)
@@ -3466,6 +3466,8 @@ string
 
 =item Ignoring A Thread
 
+=item Process and Thread Termination
+
 =back
 
 =item Threads And Data
@@ -6290,9 +6292,9 @@ finish, 'enter', print
 
 =item Writing a test
 
-F<t/base/>, F<t/cmd/>, F<t/comp/>, F<t/io/>, F<t/lib/>, F<t/op/>,
-F<t/pod/>, F<t/run/>, F<t/uni/>, F<t/win32/>, F<t/x2p>, t/base t/comp,
-t/cmd t/run t/io t/op, t/lib ext lib
+F<t/base/>, F<t/cmd/>, F<t/comp/>, F<t/io/>, F<t/lib/>, F<t/mro/>,
+F<t/op/>, F<t/pod/>, F<t/run/>, F<t/uni/>, F<t/win32/>, F<t/x2p>, t/base
+t/comp, t/cmd t/run t/io t/op, t/lib ext lib
 
 =item Special Make Test Targets
 
@@ -6304,7 +6306,8 @@ check.utf8, minitest.utf16 test.utf16, test_harness, test-notty test_notty
 =item Running tests by hand
 
 -v, -torture, -re=PATTERN, -re LIST OF PATTERNS, PERL_CORE=1,
-PERL_DESTRUCT_LEVEL=2, PERL, PERL_SKIP_TTY_TEST
+PERL_DESTRUCT_LEVEL=2, PERL, PERL_SKIP_TTY_TEST, PERL_TEST_Net_Ping,
+PERL_TEST_NOVREXX, PERL_TEST_NUMCONVERTS
 
 =item Common problems when patching Perl source code
 
@@ -6417,6 +6420,8 @@ L<http://perl.com/>, L<http://use.perl.org/>, L<http://www.perlmonks.org/>
 
 =over 4
 
+=item Remove duplication of test setup.
+
 =item merge common code in installperl and installman
 
 =item common test code for timed bail out
@@ -6493,10 +6498,10 @@ L<http://perl.com/>, L<http://use.perl.org/>, L<http://www.perlmonks.org/>
 
 =item Use secure CRT functions when building with VC8 on Win32
 
-=item __FUNCTION__ for MSVC-pre-7.0
-
 =item strcat(), strcpy(), strncat(), strncpy(), sprintf(), vsprintf()
 
+=item -D_FORTIFY_SOURCE=2, -fstack-protector
+
 =back
 
 =item Tasks that need a knowledge of XS
@@ -6532,12 +6537,18 @@ L<http://perl.com/>, L<http://use.perl.org/>, L<http://www.perlmonks.org/>
 =item Duplicate logic in S_method_common() and
 Perl_gv_fetchmethod_autoload()
 
+=item Organize error messages
+
 =back
 
 =item Tasks that need a knowledge of the interpreter
 
 =over 4
 
+=item UTF-8 revamp
+
+=item Properly Unicode safe tokeniser and pads.
+
 =item state variable initialization in list context
 
 =item Implement $value ~~ 0 .. $range
@@ -6568,12 +6579,10 @@ Perl_gv_fetchmethod_autoload()
 
 =item entersub XS vs Perl
 
-=item Self ties
+=item Self-ties
 
 =item Optimize away @_
 
-=item Properly Unicode safe tokeniser and pads.
-
 =item The yada yada yada operators
 
 =item Virtualize operating system access
@@ -6655,7 +6664,7 @@ B<-V>
 
 =back
 
-=head2 perldelta - what is new for perl 5.10.0
+=head2 perldelta, perl5100delta - what is new for perl 5.10.0
 
 =over 4
 
@@ -6689,6 +6698,8 @@ and horizontal whitespace, and linebreak
 
 =item New Pragma, C<mro>
 
+=item readdir() may return a "short filename" on Windows
+
 =item readpipe() is now overridable
 
 =item Default argument for readline()
@@ -6752,6 +6763,8 @@ C<${^WIN32_SLOPPY_STAT}>
 
 =item Handling of .pmc files
 
+=item $^V is now a C<version> object instead of a v-string
+
 =item @- and @+ in patterns
 
 =item $AUTOLOAD can now be tainted
@@ -6778,6 +6791,8 @@ C<${^WIN32_SLOPPY_STAT}>
 
 =over 4
 
+=item Upgrading individual core modules
+
 =item Pragmata Changes
 
 C<feature>, C<mro>, Scoping of the C<sort> pragma, Scoping of C<bignum>,
@@ -6907,15 +6922,61 @@ v-string in use/require is non-portable, perl -V
 
 =item Known Problems
 
+=over 4
+
+=item UTF-8 problems
+
+=back
+
+=item Platform Specific Problems
+
+=item Reporting Bugs
+
+=item SEE ALSO
+
+=back
+
+=head2 perl5110delta, perldelta - what is new for perl v5.11.0
+
+=over 4
+
+=item DESCRIPTION
+
+=item Incompatible Changes
+
+=item Core Enhancements
+
+=item Modules and Pragmata
+
+=item Utility Changes
+
+=item Documentation
+
+=item Performance Enhancements
+
+=item Installation and Configuration Improvements
+
+=item Selected Bug Fixes
+
+=item New or Changed Diagnostics
+
+=item Changed Internals
+
+=item Known Problems
+
+=over 4
+
 =item Platform Specific Problems
 
+=back
+
 =item Reporting Bugs
 
 =item SEE ALSO
 
 =back
 
-=head2 perl5100delta, perldelta - what is new for perl 5.10.0
+=head2 perl5100delta - what is new for perl 5.10.0
 
 =over 4
 
@@ -6949,6 +7010,8 @@ and horizontal whitespace, and linebreak
 
 =item New Pragma, C<mro>
 
+=item readdir() may return a "short filename" on Windows
+
 =item readpipe() is now overridable
 
 =item Default argument for readline()
@@ -7012,6 +7075,8 @@ C<${^WIN32_SLOPPY_STAT}>
 
 =item Handling of .pmc files
 
+=item $^V is now a C<version> object instead of a v-string
+
 =item @- and @+ in patterns
 
 =item $AUTOLOAD can now be tainted
@@ -7038,6 +7103,8 @@ C<${^WIN32_SLOPPY_STAT}>
 
 =over 4
 
+=item Upgrading individual core modules
+
 =item Pragmata Changes
 
 C<feature>, C<mro>, Scoping of the C<sort> pragma, Scoping of C<bignum>,
@@ -7167,6 +7234,12 @@ v-string in use/require is non-portable, perl -V
 
 =item Known Problems
 
+=over 4
+
+=item UTF-8 problems
+
+=back
+
 =item Platform Specific Problems
 
 =item Reporting Bugs
@@ -11653,6 +11726,10 @@ Digital UNIX formerly known as DEC OSF/1) systems
 
 =item Syntax
 
+=item Filename Case
+
+=item Symbolic Links
+
 =item Wildcard expansion
 
 =item Pipes
@@ -12463,7 +12540,11 @@ new, phash
 
 =over 4
 
-=item subpragma access
+=item Consider this carefully
+
+=item The "access" sub-pragma
+
+=item Limitation with regard to C<_>
 
 =back
 
@@ -17846,6 +17927,32 @@ Dumper
 
 =back
 
+=head2 Devel::Arena - Perl extension for inspecting the core's arena
+structures
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=over 4
+
+=item EXPORT
+
+sv_stats [DONT_SHARE], shared_string_table, sizes, HEK_size STRING,
+shared_string_table_effectiveness, write_stats_at_END
+
+=back
+
+=item SEE ALSO
+
+=item AUTHOR
+
+=item COPYRIGHT AND LICENSE
+
+=back
+
 =head2 Devel::DProf - a Perl code profiler
 
 =over 4
@@ -18005,6 +18112,59 @@ perl 5.6.1, perl 5.6.0, perl 5.005_03, perl 5.005, perl 5.004_05, perl
 
 =back
 
+=head2 Devel::Size - Perl extension for finding the memory usage of Perl
+variables
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item FUNCTIONS
+
+=over 4
+
+=item size($ref)
+
+=item total_size($ref)
+
+=back
+
+=item EXPORT
+
+=item UNDERSTANDING MEMORY ALLOCATION
+
+=over 4
+
+=item The C library
+
+=item Perl
+
+=back
+
+=item DANGERS
+
+=item Messages: texts originating from this module.
+
+=over 4
+
+=item Errors
+
+=item warnings
+
+=back
+
+=item BUGS
+
+=item AUTHOR
+
+=item COPYRIGHT
+
+=item SEE ALSO
+
+=back
+
 =head2 Digest - Modules that calculate message digests
 
 =over 4
@@ -19186,6 +19346,22 @@ C<use ModuleName;>, C<use ModuleName ();>, C<use ModuleName qw(...);>
 
 =back
 
+=item Good Practices
+
+=over 4
+
+=item Declaring C<@EXPORT_OK> and Friends
+
+=item Playing Safe
+
+=item What not to Export
+
+=back
+
+=item SEE ALSO
+
+=item LICENSE
+
 =back
 
 =head2 Exporter::Heavy - Exporter guts
@@ -19946,8 +20122,6 @@ maybe_command
 
 needs_linking (o)
 
-nicetext
-
 parse_abstract
 
 parse_version
@@ -20115,7 +20289,7 @@ perldepend (override)
 
 makeaperl (override)
 
-nicetext (override)
+maketext_filter (override)
 
 prefixify (override)