Change 34529 by [EMAIL PROTECTED] on 2008/10/20 14:30:41

        Bump IPC::Open2's $VERSION. (The docs changed.)

Affected files ...

... //depot/perl/lib/IPC/Open2.pm#12 edit

Differences ...

==== //depot/perl/lib/IPC/Open2.pm#12 (text) ====
Index: perl/lib/IPC/Open2.pm
--- perl/lib/IPC/Open2.pm#11~34408~     2008-09-23 06:37:54.000000000 -0700
+++ perl/lib/IPC/Open2.pm       2008-10-20 07:30:41.000000000 -0700
@@ -6,7 +6,7 @@
 require 5.000;
 require Exporter;
 
-$VERSION       = 1.02;
+$VERSION       = 1.03;
 @ISA           = qw(Exporter);
 @EXPORT                = qw(open2);
 
End of Patch.

Reply via email to