projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
afe79e7
)
Bump IPC::Open2's $VERSION. (The docs changed.)
Nicholas Clark [Mon, 20 Oct 2008 14:30:41 +0000 (14:30 +0000)]
p4raw-id: //depot/perl@34529
lib/IPC/Open2.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/IPC/Open2.pm
b/lib/IPC/Open2.pm
index
65a5d8b
..
4fc016a
100644
(file)
--- 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);