In perl.git, the branch rjbs/release-5.16 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/5a2baa23c763b2d83640843253832573d00ac84e?hp=0000000000000000000000000000000000000000>
at 5a2baa23c763b2d83640843253832573d00ac84e (commit)
- Log -----------------------------------------------------------------
commit 5a2baa23c763b2d83640843253832573d00ac84e
Author: Ricardo Signes <[email protected]>
Date: Mon May 14 20:53:50 2012 -0400
perldelta: fix a noun/verb number agreement
reported by mauke
M pod/perldelta.pod
commit 28b4adf49a0f5dfd3618561f229d1f60e20fd3dd
Author: Ricardo Signes <[email protected]>
Date: Mon May 14 20:15:59 2012 -0400
skip t/win32/runenv.t unless -DPERL_IMPLICIT_SYS
this test fails without PERL_IMPLICIT_SYS, as reported by Steve
Hay in <CADED=K4EqXkJa2uC13wVYY_=uGDCx=uq_rxu3me4+3fvvm8...@mail.gmail.com>
M t/win32/runenv.t
commit a5bed8371aed7057b6c4cf1084b0dc96e1abe33b
Author: Ricardo Signes <[email protected]>
Date: Mon May 14 15:49:27 2012 -0400
Revert fixes for [rt.cpan.org #61577]
These changes introduced some test failures on AIX and other platforms,
and rather than dig around for more failing platforms during the RCx
period, we will revert this to reapply later when it is more tested.
This reverts commit 01b71c89216c9f447494638a5d108e13c45c3863.
This reverts commit b6903614db213f07401367249dc84c896eb099b7.
This reverts commit 271d04eee1933df0971f54f7bf9a5ca3575e7e6a.
M AUTHORS
M MANIFEST
M META.yml
M dist/IO/Makefile.PL
M dist/IO/lib/IO/Socket.pm
D dist/IO/t/cachepropagate-tcp.t
D dist/IO/t/cachepropagate-udp.t
D dist/IO/t/cachepropagate-unix.t
commit 29534a18a4544e864a3e980c6de7e58d871335a9
Author: Ricardo Signes <[email protected]>
Date: Mon May 14 12:26:36 2012 -0400
next release will be RC1
M patchlevel.h
commit 614ae05d6b048685d4d67c36263cb15372574d70
Author: Ricardo Signes <[email protected]>
Date: Mon May 14 12:26:24 2012 -0400
perldelta: fix version named in acknowledgements
M pod/perldelta.pod
commit 9e25173dec21c62906ff29f8910ff529b7282ca8
Author: Nicholas Clark <[email protected]>
Date: Mon May 14 10:17:06 2012 +0100
In the Linux hints, invoke gcc with LANG and LC_ALL set to "C".
The output of gcc -print-search-dirs is subject to localisation, which means
that the literal text "libraries" will not be present if the user has a
non-English locale, and we won't determine the correct path for libraries
such as -lm, breaking the build. Problem diagnosed by Alexander Hartmaier.
M hints/linux.sh
commit 8a2e590377134cb566c10e2208f7705ee1ef2da5
Author: Paul Johnson <[email protected]>
Date: Mon May 14 09:45:10 2012 +0100
Don't test that errno is still 0 after POSIX::f?pathconf
I think the best we can do with respect to the f?pathconf tests is to
make sure that the perl call doesn't die, and that the system call
doesn't fail. And it's arguable we should only be testing the former.
But since we've been testing more that this anyway, it's probably safe
to test both.
With respect to the sysconf call, I think we shouldn't test more than
that perl doesn't die. Any further testing would require different
tests based the argument being passed in. Before doing that, it's
probably worth considering the purpose of the tests. I don't think we
really want to test that POSIX has been implemented correctly, only that
our layer over it is correctly implemented.
This fixes RT #112866.
M ext/POSIX/t/sysconf.t
-----------------------------------------------------------------------
--
Perl5 Master Repository