summaryrefslogtreecommitdiff
path: root/pod/perltoc.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-19 14:13:07 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-19 14:13:07 +0000
commit7120b314ec81733a7037382ff358361096cdffa1 (patch)
tree82d01b4b37212eefa17369560809293036cac905 /pod/perltoc.pod
parent13a7998c934604b70722fbb6c3a73e74f3b8a490 (diff)
downloadperl-7120b314ec81733a7037382ff358361096cdffa1.tar.gz
Add perl5110delta, and change 5100delta so that it is no longer "the"
perldelta. p4raw-id: //depot/perl@32649
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r--pod/perltoc.pod141
1 files changed, 137 insertions, 4 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod
index e0252232fd..1836d4ac6a 100644
--- a/pod/perltoc.pod
+++ b/pod/perltoc.pod
@@ -6545,6 +6545,10 @@ Perl_gv_fetchmethod_autoload()
=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
@@ -6579,8 +6583,6 @@ Perl_gv_fetchmethod_autoload()
=item Optimize away @_
-=item Properly Unicode safe tokeniser and pads.
-
=item The yada yada yada operators
=item Virtualize operating system access
@@ -6662,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
@@ -6920,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
@@ -7186,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
@@ -17873,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
@@ -18032,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