diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-20 14:30:41 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-20 14:30:41 +0000 |
commit | 325f7ffd84f77a92617ae0abcf1ea7d69de6946e (patch) | |
tree | 83b07705924a0390ce2f96795003a40f6471449e /lib | |
parent | afe79e7bf0741363f2de40dc6f4c1284c1e35a5a (diff) | |
download | perl-325f7ffd84f77a92617ae0abcf1ea7d69de6946e.tar.gz |
Bump IPC::Open2's $VERSION. (The docs changed.)
p4raw-id: //depot/perl@34529
Diffstat (limited to 'lib')
-rw-r--r-- | lib/IPC/Open2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IPC/Open2.pm b/lib/IPC/Open2.pm index 65a5d8b20e..4fc016a821 100644 --- a/lib/IPC/Open2.pm +++ b/lib/IPC/Open2.pm @@ -6,7 +6,7 @@ our ($VERSION, @ISA, @EXPORT); require 5.000; require Exporter; -$VERSION = 1.02; +$VERSION = 1.03; @ISA = qw(Exporter); @EXPORT = qw(open2); |