in reply to Best way to check for 64-bit support
As pryrt correctly suggested, this will result in no cpan-tester feedback being sent to you. Nor will it be registered anywhere as a "FAIL".if($Config::Config{ivsize} < 8) { print "Bailing out - 64-bit integers (IV) are required\n"; exit 0; }
|
|---|