in reply to Re^3: Supporting 64-bit ints on 32-bit perl
in thread Supporting 64-bit ints on 32-bit perl
Yeah, actually the biggest driver for this is cpan testers :-) My error message is "Author is lazy and requires 64-bit perl integers". But there's no way I know to exclude the 32-bit perls, and then I get those pesky failures on my testers matrix. And then I was thinking "Maybe I could try not being lazy and actually make it work on 32-bit perls?"
This is in fact the same reason I fixed ELF::Writer to support 32-bit perls and perls before 5.10, but yes I know I could just declare a minimum perl version and not need to see errors on 5.8 related to pack('Q<'). But I already implemented the workaround for pack('Q<'), so seems a shame to not keep using it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Supporting 64-bit ints on 32-bit perl
by syphilis (Archbishop) on Apr 20, 2023 at 02:56 UTC |