Optimise IPC::Open3 with a compile-time constant, eliminating OS-specific code.
authorNicholas Clark <nick@ccl4.org>
Sat, 29 Aug 2009 10:10:00 +0000 (11:10 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 29 Aug 2009 10:11:54 +0000 (11:11 +0100)
commitba4c7dd4891fdf4ba3a68fea2323a208aa627586
tree194938812f0b8db9e87341ff513dcb3e6b510d05
parent72a2bbbfb72321e2cf05f31b10294c5597890005
Optimise IPC::Open3 with a compile-time constant, eliminating OS-specific code.

($^O isn't going to change at run time, so why carry a lot of code that is
never going to get called on the platform you're running on.)
lib/IPC/Open3.pm