summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Net-Ping/lib/Net/Ping.pm2
-rw-r--r--ext/IPC-Open3/lib/IPC/Open3.pm2
-rw-r--r--ext/PerlIO-encoding/encoding.pm2
-rw-r--r--lib/ExtUtils/Embed.pm2
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 ba4e91a7dc..72b99fe453 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 58bd862d9c..658a12efeb 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 305fa0714a..f7f3f2e312 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 e07e225ae6..9710630e51 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