ExtUtils::ParseXS: Fix INCLUDE: $cmd |
authorSteffen Mueller <smueller@cpan.org>
Tue, 6 Sep 2011 06:20:54 +0000 (08:20 +0200)
committerSteffen Mueller <smueller@cpan.org>
Tue, 6 Sep 2011 06:43:26 +0000 (08:43 +0200)
commit65aad273380da9c83f76e24d48ee5df7a03ee888
treefb2ac3b2aea1b357e9392aec5042619fc11296c7
parent985b9e549fd484800c8e9aae896e5e9c5b04d148
ExtUtils::ParseXS: Fix INCLUDE: $cmd |

INCLUDE: $cmd | is the old, deprecated way of reading the output of
a command into a stream of XS code. Unfortunately, it was accidentally
broken by fe7ae66bc2e4a8bbc90ba0d852e511116d6e97bb by replacing the
two-arg open with a three-arg open that opens in read-mode.
This change fixes the issue, reported as CPAN RT #70213.
dist/ExtUtils-ParseXS/Changes
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm