diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-08 14:43:40 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-08 14:43:40 +0000 |
commit | f37ee46a900e79f5a090d29ad1c32e1e8c4684ca (patch) | |
tree | a262ba066697c09baf99616c9829e7d427061f25 /cpan/IPC-Cmd/lib/IPC/Cmd.pm | |
parent | 09219716c0ac19d35190306a6cfa5fdbbde0c2cb (diff) | |
download | perl-f37ee46a900e79f5a090d29ad1c32e1e8c4684ca.tar.gz |
Update IPC-Cmd to CPAN version 0.68
[DELTA]
Changes for 0.68 Fri Jan 7 21:08:58 GMT 2011
=================================================
* Apply blead patch from Peter Acklam
Diffstat (limited to 'cpan/IPC-Cmd/lib/IPC/Cmd.pm')
-rw-r--r-- | cpan/IPC-Cmd/lib/IPC/Cmd.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/IPC-Cmd/lib/IPC/Cmd.pm b/cpan/IPC-Cmd/lib/IPC/Cmd.pm index 0468e500c2..010ddabb70 100644 --- a/cpan/IPC-Cmd/lib/IPC/Cmd.pm +++ b/cpan/IPC-Cmd/lib/IPC/Cmd.pm @@ -17,7 +17,7 @@ BEGIN { $INSTANCES ]; - $VERSION = '0.66'; + $VERSION = '0.68'; $VERBOSE = 0; $DEBUG = 0; $WARN = 1; |