This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mph.pl: Use 'bignum'
authorKarl Williamson <khw@cpan.org>
Sat, 7 Jul 2018 17:29:12 +0000 (11:29 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 7 Jul 2018 18:42:13 +0000 (12:42 -0600)
commit00d503c441212052333efea48fdca1499869a60c
tree2090bd26b3958444870e45710eac0d52cdaa6cdf
parent5ae55d32c71cec423629c7ce1a4a7deb9ae48523
regen/mph.pl: Use 'bignum'

Commit 72196ef94b98987bb277d8bf6db6efaacd624c3c changed to 'use integer'
in one function.  But this was not sufficient to work on a 32 bit
system.  I tried a global 'use integer', which also didn't work; then a
global 'use bigint', which causes the program to not loop and it
generates usable data, but this causes a floating point statistic that is
included to be printed as 0.  The solution is to 'use bignum' instead.

See the thread beginning at
http://nntp.perl.org/group/perl.perl5.porters/251393
regen/mph.pl
uni_keywords.h