This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $IPC::Open::VERSION to 1.12
authorFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jul 2011 16:21:06 +0000 (09:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 27 Jul 2011 16:21:47 +0000 (09:21 -0700)
ext/IPC-Open3/lib/IPC/Open3.pm

index 179313b..31c68af 100644 (file)
@@ -9,7 +9,7 @@ require Exporter;
 use Carp;
 use Symbol qw(gensym qualify);
 
-$VERSION       = '1.11';
+$VERSION       = '1.12';
 @ISA           = qw(Exporter);
 @EXPORT                = qw(open3);