This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version of IPC::Open3
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 30 May 2009 13:12:44 +0000 (15:12 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 30 May 2009 13:12:44 +0000 (15:12 +0200)
lib/IPC/Open3.pm

index 61b5760..815674b 100644 (file)
@@ -9,7 +9,7 @@ require Exporter;
 use Carp;
 use Symbol qw(gensym qualify);
 
-$VERSION       = 1.03;
+$VERSION       = 1.04;
 @ISA           = qw(Exporter);
 @EXPORT                = qw(open3);