This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Version bumps for IPC::Open3 non-dual-life modules identified by
authorJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:02:38 +0000 (14:02 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:02:38 +0000 (14:02 -0500)
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

ext/IPC-Open3/lib/IPC/Open3.pm

index 983d1a6..7015d27 100644 (file)
@@ -9,7 +9,7 @@ require Exporter;
 use Carp;
 use Symbol qw(gensym qualify);
 
-$VERSION       = 1.08;
+$VERSION       = 1.09;
 @ISA           = qw(Exporter);
 @EXPORT                = qw(open3);