From: Rafael Garcia-Suarez Date: Thu, 15 Apr 2010 14:46:40 +0000 (+0200) Subject: Bump $VERSION of IPC::Open3 to 1.06 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17fddc5cffca4f968d3565ff012c0cfb3af40d68;p=p5sagit%2Fp5-mst-13.2.git Bump $VERSION of IPC::Open3 to 1.06 --- diff --git a/ext/IPC-Open3/lib/IPC/Open3.pm b/ext/IPC-Open3/lib/IPC/Open3.pm index c367758..50ae61e 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);