diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-15 16:46:40 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-15 16:46:40 +0200 |
commit | 17fddc5cffca4f968d3565ff012c0cfb3af40d68 (patch) | |
tree | 474ef97f522887e15ed61ed485619cfad9622116 /ext | |
parent | 8960aa876f446ad29b892204eeb41fc724123dcb (diff) | |
download | perl-17fddc5cffca4f968d3565ff012c0cfb3af40d68.tar.gz |
Bump $VERSION of IPC::Open3 to 1.06
Diffstat (limited to 'ext')
-rw-r--r-- | ext/IPC-Open3/lib/IPC/Open3.pm | 2 |
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); |