Open yuki-kimoto opened 6 months ago
I don't think there's anything we would do for that. https://docs.mojolicious.org/Mojolicious/Guides/FAQ#How-well-is-Windows-supported-by-Mojolicious
Can you reliably detect that it is mingw and not just windows? If so then in theory we could dynamcially inject the prereq but we don't do that in any other cases and to make an exception for one windows dist is going to be a tough sell.
OK.
This problem will be resolved in the future because IO module is updated when Perl is updated.
Steps to reproduce the behavior
Expected behavior
All tests are passed.
Actual behavior
I installed latest IO module. This was fixed.
https://metacpan.org/dist/IO/changes
I think mingw-w64 needs IO 1.51+ to pass tests of Mojolicious.