This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f8b0429
)
Increase $IPC::Open::VERSION to 1.12
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jul 2011 16:21:06 +0000
(09:21 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jul 2011 16:21:47 +0000
(09:21 -0700)
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
179313b
..
31c68af
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.1
1
';
+$VERSION = '1.1
2
';
@ISA = qw(Exporter);
@EXPORT = qw(open3);