Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 65be4a0ded9e67be17d2c559c1c0dc8d3d746ed6
https://github.com/Perl/perl5/commit/65be4a0ded9e67be17d2c559c1c0dc8d3d746ed6
Author: Karl Williamson <[email protected]>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M embed.fnc
M embed.h
M inline.h
M iperlsys.h
M proto.h
Log Message:
-----------
Fix PerlEnv_putenv threaded compilation on Windows
A second compilation of a workspace would fail. The first one would
succeed because miniperl was being used, which isn't threaded.