perldelta updates
authorZefram <zefram@fysh.org>
Fri, 25 May 2012 17:56:45 +0000 (18:56 +0100)
committerZefram <zefram@fysh.org>
Fri, 25 May 2012 17:56:45 +0000 (18:56 +0100)
pod/perldelta.pod

index 906aadc..3f83b3b 100644 (file)
@@ -1,6 +1,6 @@
 =encoding utf8
 
-=for comment complete up to commit c9e3649f13e1c1db9054c8d419ce2969309e093d
+=for comment complete up to commit a4f7a67c079118a2f900d5f95d3cada67e3475ea
 
 =head1 NAME
 
@@ -166,6 +166,12 @@ C<no overload> now warns for invalid arguments, just like C<use overload>.
 
 =item *
 
+L<Pod::Functions> has been upgraded from version 1.05 to 1.06.
+
+Typo fix in generated documentation.
+
+=item *
+
 L<Storable> has been upgraded from version 2.34 to 2.35.
 
 Modifying C<$_[0]> within C<STORABLE_freeze> no longer results in crashes
@@ -222,6 +228,35 @@ XXX Description of the change here
 
 =back
 
+=head3 L<perldiag>
+
+=over 4
+
+=item *
+
+The explanation of symbolic references being prevented by "strict refs"
+now doesn't assume that the reader knows what symbolic references are.
+
+=item *
+
+XXX Description of the change here
+
+=back
+
+=head3 L<perlfunc>
+
+=over 4
+
+=item *
+
+The return value of C<pipe> is now documented.
+
+=item *
+
+XXX Description of the change here
+
+=back
+
 =head3 L<XXX>
 
 =over 4
@@ -546,6 +581,13 @@ error when it is the data that are at fault [perl #60204].
 C<join> and C<"@array"> now call FETCH only once on a tied C<$">
 [perl #8931].
 
+=item *
+
+Some subroutine calls generated by compiling core ops affected by a
+C<CORE::GLOBAL> override had op checking performed twice.  The checking
+is always idempotent for pure Perl code, but the double checking can
+matter when custom call checkers are involved.
+
 =back
 
 =head1 Known Problems