In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/973ae08839a3c974ff88014594ecf63cdb20d5e8?hp=910b8b92a5c097593b840ac1eee578d2da08ad44>

- Log -----------------------------------------------------------------
commit 973ae08839a3c974ff88014594ecf63cdb20d5e8
Author: Tony Cook <[email protected]>
Date:   Tue Jul 16 16:30:58 2019 +1000

    perldelta for ae73d7ec2329, 0424723402ef, 74b421cc877e

-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c1a37b1c9e..de84bd936e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -413,6 +413,12 @@ C<INIT> blocks and the program itself are no longer run if 
exit(0) is
 called within a C<BEGIN>, C<UNITCHECK> or C<CHECK> block.  [perl
 #2754]
 
+=item *
+
+C<<< open my $fh, ">>+", undef >>> now opens the temporary file in
+append mode - writes will seek to the end of file before writing.
+[perl #134221]
+
 =back
 
 =head1 Known Problems

-- 
Perl5 Master Repository

Reply via email to