From: Nicholas Clark Date: Mon, 20 Oct 2008 14:30:41 +0000 (+0000) Subject: Bump IPC::Open2's $VERSION. (The docs changed.) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=325f7ffd84f77a92617ae0abcf1ea7d69de6946e;p=p5sagit%2Fp5-mst-13.2.git Bump IPC::Open2's $VERSION. (The docs changed.) p4raw-id: //depot/perl@34529 --- diff --git a/lib/IPC/Open2.pm b/lib/IPC/Open2.pm index 65a5d8b..4fc016a 100644 --- a/lib/IPC/Open2.pm +++ b/lib/IPC/Open2.pm @@ -6,7 +6,7 @@ our ($VERSION, @ISA, @EXPORT); require 5.000; require Exporter; -$VERSION = 1.02; +$VERSION = 1.03; @ISA = qw(Exporter); @EXPORT = qw(open2);