In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3b665c4736519efd7820e8513b3bcd40fd968e45?hp=2e105cc8b44bd3f9842a1936eb92c52fbd70c84e>
- Log ----------------------------------------------------------------- commit 3b665c4736519efd7820e8513b3bcd40fd968e45 Author: Jan Dubois <[email protected]> Date: Mon Oct 19 13:50:54 2009 -0700 Perl builds fine on Windows 7 M pod/perlport.pod commit 546378fe9f6023187dee2b3442ce0efde3e4220e Author: Jan Dubois <[email protected]> Date: Mon Oct 19 13:50:12 2009 -0700 The term 'winsock' is an implementation detail. M pod/perl5111delta.pod ----------------------------------------------------------------------- Summary of changes: pod/perl5111delta.pod | 2 +- pod/perlport.pod | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) mode change 100644 => 100755 pod/perl5111delta.pod mode change 100644 => 100755 pod/perlport.pod diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod old mode 100644 new mode 100755 index b7e723f..8adce88 --- a/pod/perl5111delta.pod +++ b/pod/perl5111delta.pod @@ -187,7 +187,7 @@ C<tell()> now returns C<-1>, and sets errno to C<EBADF>, thus restoring the 5.8. =item POSIX::strftime() can now handle Unicode characters in the format string. -=item The winsock select() implementation now supports all empty C<fd_set>s more correctly. +=item The Windows select() implementation now supports all empty C<fd_set>s more correctly. =back diff --git a/pod/perlport.pod b/pod/perlport.pod old mode 100644 new mode 100755 index 9bb18c5..881ad6d --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -2049,6 +2049,8 @@ at http://www.cpan.org/src =item Windows Server 2008 +=item Windows 7 + =back =item Cygwin -- Perl5 Master Repository
