In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/17fcdc49a77dea71bcd3cc46ee73aa0984532a0b?hp=f1c9eac6b4a76ae0c1abb3617f645cd0e14e1563>

- Log -----------------------------------------------------------------
commit 17fcdc49a77dea71bcd3cc46ee73aa0984532a0b
Author: Tony Cook <[email protected]>
Date:   Thu May 14 12:01:55 2015 +1000

    make minitest on win32

M       pod/perldelta.pod

commit 73663383b15a26fc5f91bfaffee59bfccccaf699
Author: Tony Cook <[email protected]>
Date:   Thu May 14 11:41:09 2015 +1000

    test-prep-gcc was broken and fixed within 5.21

M       pod/perldelta.pod

commit 18f4cc8ebd3a4e0e23e40f70238ce37da2bc9162
Author: Tony Cook <[email protected]>
Date:   Thu May 14 11:37:24 2015 +1000

    list form of pipe open didn't work on Win32 at all in 5.20

M       pod/perldelta.pod

commit caa16dbd1b72a3fbffbff2d0719d0f7d36f0a4dd
Author: Tony Cook <[email protected]>
Date:   Thu May 14 10:32:14 2015 +1000

    add the second variation of the "unable to close" warning, and the 
description

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 19f0375..2e79a9c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1460,8 +1460,13 @@ to alert you to that risk.
 
 =item *
 
+L<Warning: unable to close filehandle properly: %s|perldiag/"Warning: unable 
to close filehandle properly: %s">
+
 L<Warning: unable to close filehandle %s properly: %s|perldiag/"Warning: 
unable to close filehandle %s properly: %s">
 
+(S io) An error occurred when Perl implicitly closed a filehandle.  This
+usually indicates your file system ran out of disk space.
+
 =item *
 
 L<Wide character (U+%X) in %s|perldiag/"Wide character (U+%X) in %s">
@@ -1834,8 +1839,10 @@ L<[perl 
#123976]|https://rt.perl.org/Ticket/Display.html?id=123976>
 
 =item *
 
-C<test-prep> again depends on C<test-prep-gcc> for GCC builds.
-L<[perl #124221]|https://rt.perl.org/Ticket/Display.html?id=124221>
+C<nmake minitest> now works on Win32.  Due to dependency issues you
+need to build C<nmake test-prep> first, and a small number of the
+tests fail.
+L<[perl #123394]|https://rt.perl.org/Ticket/Display.html?id=123394>
 
 =item *
 
@@ -1844,7 +1851,9 @@ C<USE_CPLUSPLUS> to the value "define".
 
 =item *
 
-List form pipe open no longer falls back to the shell.
+List form of pipe open has been implemented for Win32.  Note: unlike
+C< system LIST >> this does not fall back to the shell.
+L<[perl #121159]|https://rt.perl.org/Ticket/Display.html?id=121159>
 
 =item *
 

--
Perl5 Master Repository

Reply via email to