develooper Front page | perl.perl5.changes | Postings from July 2012

[perl.git] branch blead, updated. v5.17.1-277-gdf2c1bb

From:
Tony Cook
Date:
July 2, 2012 03:20
Subject:
[perl.git] branch blead, updated. v5.17.1-277-gdf2c1bb
Message ID:
E1Sldjo-0008Rq-3L@camel.ams6.corp.booking.com
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/df2c1bb84c822b4df5b8bdbe2c8a9fdd2dd37a6f?hp=180423598522425cee5c55023c3bd133caa9b976>

- Log -----------------------------------------------------------------
commit df2c1bb84c822b4df5b8bdbe2c8a9fdd2dd37a6f
Author: Tony Cook <tony@develop-help.com>
Date:   Mon Jul 2 20:19:52 2012 +1000

    perldelta for 18042359, 9adbac0b

M	pod/perldelta.pod

commit 9adbac0b7851ee22d08e15c6f210a01653b22696
Author: Tony Cook <tony@develop-help.com>
Date:   Mon Jul 2 20:14:58 2012 +1000

    bump IO.pm version
    
    cmpVERSION doesn't pick this up - should it?

M	dist/IO/IO.pm
-----------------------------------------------------------------------

Summary of changes:
 dist/IO/IO.pm     |    2 +-
 pod/perldelta.pod |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/dist/IO/IO.pm b/dist/IO/IO.pm
index 011603f..4e06f47 100644
--- a/dist/IO/IO.pm
+++ b/dist/IO/IO.pm
@@ -7,7 +7,7 @@ use Carp;
 use strict;
 use warnings;
 
-our $VERSION = "1.25_07";
+our $VERSION = "1.25_08";
 XSLoader::load 'IO', $VERSION;
 
 sub import {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ccca097..3747fb6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -114,6 +114,13 @@ L<Tie::StdHandle> has been upgraded from version 4.2 to 4.3.
 
 C<READ> now respects the offset argument to C<read> [perl #112826].
 
+=item *
+
+L<IO> has been upgraded from version 1.25_07 to 1.25_08.
+
+L<IO::Socket> tries harder to cache or otherwise fetch socket
+information.
+
 =back
 
 =head2 Removed Modules and Pragmata

--
Perl5 Master Repository



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About