diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-16 16:48:26 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-16 16:48:26 +0000 |
commit | 20f15c4187eac900e8420667a1591aa1a78ab45d (patch) | |
tree | 90f11622f1c764d30edfc4c6581638b18f4fd2ed /ext/IPC-Open3 | |
parent | a6d37805ca8a9ba886aa2ba80bc65640f6fd7b01 (diff) | |
download | perl-20f15c4187eac900e8420667a1591aa1a78ab45d.tar.gz |
Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).
Diffstat (limited to 'ext/IPC-Open3')
-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 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); |