projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8960aa8
)
Bump $VERSION of IPC::Open3 to 1.06
Rafael Garcia-Suarez [Thu, 15 Apr 2010 14:46:40 +0000 (16:46 +0200)]
ext/IPC-Open3/lib/IPC/Open3.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/IPC-Open3/lib/IPC/Open3.pm
b/ext/IPC-Open3/lib/IPC/Open3.pm
index
c367758
..
50ae61e
100644
(file)
--- 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);