summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-04-15 16:46:40 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-04-15 16:46:40 +0200
commit17fddc5cffca4f968d3565ff012c0cfb3af40d68 (patch)
tree474ef97f522887e15ed61ed485619cfad9622116
parent8960aa876f446ad29b892204eeb41fc724123dcb (diff)
downloadperl-17fddc5cffca4f968d3565ff012c0cfb3af40d68.tar.gz
Bump $VERSION of IPC::Open3 to 1.06
-rw-r--r--ext/IPC-Open3/lib/IPC/Open3.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IPC-Open3/lib/IPC/Open3.pm b/ext/IPC-Open3/lib/IPC/Open3.pm
index c367758168..50ae61eb32 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.05;
+$VERSION = 1.06;
@ISA = qw(Exporter);
@EXPORT = qw(open3);