Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 783bd734e8c8eb06c400a471004e329244ef995f
https://github.com/Perl/perl5/commit/783bd734e8c8eb06c400a471004e329244ef995f
Author: Matt Turner <[email protected]>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M hv_macro.h
Log Message:
-----------
Fix the UTO*_LE macros
Embarrassingly I got confused and swapped them (BYTEORDER == 0x1234 etc
is not great...). Somehow the perl test suite still passes with this,
but fortunately the test suite for modules like
Algorithm-MinPerfHashTwoLevel caught the problem.
Fixes: https://github.com/Perl/perl5/issues/17244
Fixes: https://github.com/Perl/perl5/issues/17247
Fixes: https://rt.cpan.org/Ticket/Display.html?id=130890