In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/04b0a66913c4569841be4ef05a48019f0924d4c2?hp=91fad77069f92e9f6cd63741681e26f20ca8cb74>
- Log ----------------------------------------------------------------- commit 04b0a66913c4569841be4ef05a48019f0924d4c2 Author: Father Chrysostomos <[email protected]> Date: Thu Dec 16 22:31:16 2010 -0800 perldelta for efef081 and 91fad77 M pod/perldelta.pod commit 121e1895db2775482285f472f8ad35638e86b064 Author: Father Chrysostomos <[email protected]> Date: Thu Dec 16 22:28:22 2010 -0800 perldelta for 20f15c4 M pod/perldelta.pod commit ab7fb40055949213b57d3355d4bf0e4e2f8c9e9a Author: Father Chrysostomos <[email protected]> Date: Thu Dec 16 22:23:42 2010 -0800 perldelta for a42d024 M pod/perldelta.pod commit bd8e866d9a4c505df5ff929f2c47eed95acea555 Author: Father Chrysostomos <[email protected]> Date: Thu Dec 16 21:56:49 2010 -0800 perldelta for 8e720305 M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 66b12d5..835d706 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to 26de4ac8, except for: +This has been completed up to 91fad77, except for: d9a4b459f94297889956ac3adc42707365f274c2 bf5522a13a381257966e7ed6b731195a873b153e 9cef83062267e94311e1fd8744396e440642738e @@ -129,6 +129,10 @@ DTrace will print: main::test +=head2 Stacked labels + +Multiple statement labels can now appear before a single statement. + =head1 Security XXX Any security-related notices go here. In particular, any security @@ -246,6 +250,13 @@ XXX =item * +C<B::Concise> has been upgraded from version 0.81 to 0.82. + +It no longer produces mangled output with the C<-tree> option +L<[perl #80632]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=80632>. + +=item * + C<Devel::SelfStubber> has been upgraded from version 1.04 to 1.05. =item * @@ -269,6 +280,10 @@ C<ExtUtils::CBuilder> has been upgraded from 0.2703 to 0.2802 =item * +C<ExtUtils::Embed> has been upgraded from 1.29 to 1.30. + +=item * + C<if> has been upgraded from 0.06 to 0.0601. =item * @@ -284,6 +299,10 @@ and documentation enhancements. =item * +C<IPC::Open3> has been upgraded from 1.07 to 1.08. + +=item * + C<Locale::Codes> has been upgraded from version 3.14 to 3.15 =item * @@ -307,10 +326,18 @@ L<[perl #68654]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68654>. =item * +C<Net::Ping> has been upgraded from 2.36 to 2.37. + +=item * + C<overload> has been upgraded from 1.11 to 1.12. =item * +C<PerlIO::encoding> has been upgraded from 0.13 to 0.14. + +=item * + C<PerlIO::scalar> has been upgraded from 0.10 to 0.11. A C<read> after a C<seek> beyond the end of the string no longer thinks it @@ -694,6 +721,12 @@ L<[perl #80622]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=80622>. This was due to a bug in the perl core, not in C<B> itself. +=item * + +Some numeric operators were converting integers to floating point, +resulting in loss of precision on 64-bit platforms +L<[perl #77456]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=77456>. + =back =head1 Known Problems -- Perl5 Master Repository
