This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta - Mention documentation changes not so far covered
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 20 Aug 2013 00:50:12 +0000 (01:50 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 20 Aug 2013 00:50:12 +0000 (01:50 +0100)
pod/perldelta.pod

index 61f3101..f599cd3 100644 (file)
@@ -321,6 +321,29 @@ Various installation, testing and documentation changes have been made.
 
 =head2 Changes to Existing Documentation
 
+=head3 L<perlfunc>
+
+=over 4
+
+=item *
+
+The documentation of C<ref> has been updated to recommend the use of
+C<blessed>, C<isa> and C<reftype> when dealing with references to blessed
+objects.
+
+=back
+
+=head3 L<perlguts>
+
+=over 4
+
+=item *
+
+The explanation of the use of the C<SVs_PADMY> and C<SVs_PADTMP> flags in
+determining whether an SV lives on a scratchpad has been clarified.
+
+=back
+
 =head3 L<perlopentut>
 
 =over 4
@@ -359,6 +382,17 @@ prototype to be honoured in the recursive call is now documented. [perl #2726]
 
 =back
 
+=head3 L<perlvar>
+
+=over 4
+
+=item *
+
+A new section explaining the performance issues of $`, $& and $', including
+workarounds and changes in different versions of Perl, has been added.
+
+=back
+
 =head3 L<perlxs>
 
 =over 4