Graham Knop
Graham Knop
https://fastapi.metacpan.org/v1/download_url/perl?version===5.38.2
What does the log file show after this failure?
The `--force` option doesn't seem to cause it to continue after a test failure. This has been the case since 4ee1149b9af29187aac7ef983caaf5f83108d9d8, but seems unintentional.
Fixing the statuses seems reasonable, but this seems like it's trying to establish a new process which isn't documented.
I'm not sure this really needs a PPC. I'm pretty sure we would welcome the addition of this as a platform, assuming the changes for it were sensible.
Do you have a `CC` environment variable set? Could you try using this patch? ``` diff --git i/dist/ExtUtils-CBuilder/t/03-cplusplus.t w/dist/ExtUtils-CBuilder/t/03-cplusplus.t index c87fefd7b1..c85b93f05b 100644 --- i/dist/ExtUtils-CBuilder/t/03-cplusplus.t +++ w/dist/ExtUtils-CBuilder/t/03-cplusplus.t @@ -61,6 +61,8 @@...
Sometimes correct code is longer than incorrect code. If there were warnings or errors on stringification of refs, forgetting to use `refaddr` would be immediately noticeable.
> @haarg It would be great if you could double check [aac338e](https://github.com/Perl/perl5/commit/aac338e611a969bfad8f1a3e961d1285901f6c3a) (I followed your [17182bb](https://github.com/Perl/perl5/commit/17182bbf30c5c9df3b32c4d40598f437b77320cb)) 🙏🏼 The commit message isn't quite right, because this just cleans up the old...
You can clear the error flag on a handle using the `->clearerr` method.
I don't think recursing is correct. You don't want to modify a deep value, you just want to modify the direct thing referenced. But correctly checking for a scalar reference...