in reply to Re: Possible problems of using perl with threads support
in thread Possible problems of using perl with threads support

Thank you and another one.

I did stumble on the problem that multitude of Module::Build tests fail after having built perl 5.16.3 with threads (along with some tests of porting/checkcase.t & porting/podcheck.t). OTOH, all of the tests pass when unthreaded perl is built. Off to file bug report ...

  • Comment on Re^2: Possible problems of using perl with threads support

Replies are listed 'Best First'.
Re^3: Possible problems of using perl with threads support
by Anonymous Monk on Oct 05, 2013 at 22:25 UTC
    Test failures were due to reference to path of perl 5.16 sans thread. All the tests passed of perl 5.16.3 compiled with thread support after removing that path reference.