summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-06-22 16:41:43 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-06-22 16:41:43 +0100
commit508236cee5011f931adf2a9bf2455ae9f67d43eb (patch)
tree455a942872046345dcb3cad3d60a50b3984389d5 /pod/perldelta.pod
parentab53f67c628467ba43cca815714c55e9353ee83d (diff)
downloadperl-508236cee5011f931adf2a9bf2455ae9f67d43eb.tar.gz
Update IPC-Cmd to CPAN version 0.72
[DELTA] Changes for 0.72 Wed Jun 22 12:29:59 BST 2011 ================================================= * Added IPC::Open3 support for capturing STDOUT/STDERR on MSWin32, prefer this over IPC::Run
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 10a2d804b9..6e5f77884d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -119,6 +119,13 @@ IO::Compress::Zip when the content size was exactly 0xFFFFFFFF.
=item *
+L<IPC::Cmd> has been upgraded from version 0.70 to version 0.72
+
+Capturing of command output (both C<STDOUT> and C<STDERR>) is now supported
+using L<IPC::Open3> on MSWin32 without requiring L<IPC::Run>.
+
+=item *
+
L<attributes> has been upgraded from version 0.14 to 0.15, as part of the
lvalue attribute warnings fix. See L</Selected Bug Fixes>, below.