Skip Menu |

This queue is for tickets about the Test-Inline CPAN distribution.

Report information
The Basics
Id: 2828
Status: new
Priority: 0/
Queue: Test-Inline

People
Owner: Nobody in particular
Requestors: cpan [...] martin.lorensen.dk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.15
Fixed in: (no value)



Subject: Test::Inline failes to catch STDERR output from XS modules
XS modules printing to STDERR (at least the Math::LP::Solver i use) does not have it's output catched into the $__STDERR__ variable, but instead output goes to the terminal. To cache output I guess the STDERR file handle should be reopened using a open(STDERR,'|-')-fork - or something like that.