Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 14e3a03e3634cb97436fbf3cc8dba5269293715e https://github.com/Perl/perl5/commit/14e3a03e3634cb97436fbf3cc8dba5269293715e Author: Karl Williamson <[email protected]> Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M regcomp.c
Log Message:
-----------
Fix qr/[...]/ for 32 bit platforms with 64bit UV's
A Size_t should have been a UV.
