In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/20f15c4187eac900e8420667a1591aa1a78ab45d?hp=a6d37805ca8a9ba886aa2ba80bc65640f6fd7b01>

- Log -----------------------------------------------------------------
commit 20f15c4187eac900e8420667a1591aa1a78ab45d
Author: Nicholas Clark <[email protected]>
Date:   Thu Dec 16 16:48:26 2010 +0000

    Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).
-----------------------------------------------------------------------

Summary of changes:
 dist/Net-Ping/lib/Net/Ping.pm   |    2 +-
 ext/IPC-Open3/lib/IPC/Open3.pm  |    2 +-
 ext/PerlIO-encoding/encoding.pm |    2 +-
 lib/ExtUtils/Embed.pm           |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dist/Net-Ping/lib/Net/Ping.pm b/dist/Net-Ping/lib/Net/Ping.pm
index ba4e91a..72b99fe 100644
--- a/dist/Net-Ping/lib/Net/Ping.pm
+++ b/dist/Net-Ping/lib/Net/Ping.pm
@@ -16,7 +16,7 @@ use Carp;
 
 @ISA = qw(Exporter);
 @EXPORT = qw(pingecho);
-$VERSION = "2.36";
+$VERSION = "2.37";
 
 sub SOL_IP { 0; };
 sub IP_TOS { 1; };
diff --git a/ext/IPC-Open3/lib/IPC/Open3.pm b/ext/IPC-Open3/lib/IPC/Open3.pm
index 58bd862..658a12e 100644
--- a/ext/IPC-Open3/lib/IPC/Open3.pm
+++ b/ext/IPC-Open3/lib/IPC/Open3.pm
@@ -9,7 +9,7 @@ require Exporter;
 use Carp;
 use Symbol qw(gensym qualify);
 
-$VERSION       = 1.07;
+$VERSION       = 1.08;
 @ISA           = qw(Exporter);
 @EXPORT                = qw(open3);
 
diff --git a/ext/PerlIO-encoding/encoding.pm b/ext/PerlIO-encoding/encoding.pm
index 305fa07..f7f3f2e 100644
--- a/ext/PerlIO-encoding/encoding.pm
+++ b/ext/PerlIO-encoding/encoding.pm
@@ -1,7 +1,7 @@
 package PerlIO::encoding;
 
 use strict;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 our $DEBUG = 0;
 $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n";
 
diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm
index e07e225..9710630 100644
--- a/lib/ExtUtils/Embed.pm
+++ b/lib/ExtUtils/Embed.pm
@@ -18,7 +18,7 @@ use vars qw(@ISA @EXPORT $VERSION
 use strict;
 
 # This is not a dual-life module, so no need for development version numbers
-$VERSION = '1.29';
+$VERSION = '1.30';
 
 @ISA = qw(Exporter);
 @EXPORT = qw(&xsinit &ldopts 

--
Perl5 Master Repository

Reply via email to