From: Rafael Garcia-Suarez Date: Thu, 25 Oct 2007 08:43:41 +0000 (+0000) Subject: Bump version of IPC::Cmd X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14c4693962e26696a60cec3d9cead6b9b4818149;p=p5sagit%2Fp5-mst-13.2.git Bump version of IPC::Cmd p4raw-id: //depot/perl@32188 --- diff --git a/lib/IPC/Cmd.pm b/lib/IPC/Cmd.pm index bb951f8..8e7a5b1 100644 --- a/lib/IPC/Cmd.pm +++ b/lib/IPC/Cmd.pm @@ -13,7 +13,7 @@ BEGIN { $USE_IPC_RUN $USE_IPC_OPEN3 $WARN ]; - $VERSION = '0.40'; + $VERSION = '0.40_1'; $VERBOSE = 0; $DEBUG = 0; $WARN = 1;