Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3e05d643b0c50d21c02db146b48decb3820ad736
https://github.com/Perl/perl5/commit/3e05d643b0c50d21c02db146b48decb3820ad736
Author: TAKAI Kousuke <[email protected]>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M dist/Storable/Storable.xs
Log Message:
-----------
Storable.xs: Fix a (possible) typo in byte-masking expression.
The containing function (Sntohl) seems to be never compiled because
<perl.h> always defines HAS_NTOHL, so no visible change is expected.