https://bugzilla.redhat.com/show_bug.cgi?id=1268828 --- Comment #3 from Richard W.M. Jones <rjones@xxxxxxxxxx> --- I meant to add a link to the discussion on devel list. You may not have seen it because it had a subject line that was nothing to do with Perl. https://lists.fedoraproject.org/pipermail/devel/2015-October/thread.html#215324 Another program we used to have that was broken on 32 bit Perl was: https://github.com/libguestfs/libguestfs/blob/stable-1.8/tools/virt-resize#L33 This program does a bunch of calculations involving partition sizes in bytes, and float is no use because the calculations don't work if the least significant bits get truncated. I eventually rewrote it in a different programming language to get around this. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel