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.