Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 00164771421225a404b0f24a96ce9a65e76b4215
https://github.com/Perl/perl5/commit/00164771421225a404b0f24a96ce9a65e76b4215
Author: Nicholas Clark <[email protected]>
Date: 2021-09-12 (Sun, 12 Sep 2021)
Changed paths:
M pod/perldelta.pod
M pp_hot.c
M t/op/each.t
Log Message:
-----------
On VMS, %ENV in scalar context must call prime_env_iter()
Otherwise it will return wrong results, unless other code happens to
have iterated over %ENV. This bug has probably existed forever.