Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR}.
authorNicholas Clark <nick@ccl4.org>
Mon, 6 Jun 2011 17:19:29 +0000 (19:19 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 06:48:16 +0000 (08:48 +0200)
commitf2412f8992265c5e91329c250ba4711946a5e321
treebabac6590eedf9376939bb9b9455a0573e9f3e5f
parentb38d735f00806962171b7b16c49e3fd64075ecb9
Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR}.

As C<dup_of_out> is never set on the other two members of @handles, this will
allow code simplification.
ext/IPC-Open3/lib/IPC/Open3.pm