--- CBOR-XS/README 2014/10/25 06:36:34 1.14 +++ CBOR-XS/README 2015/04/27 20:21:53 1.15 @@ -841,7 +841,8 @@ LIMITATIONS ON PERLS WITHOUT 64-BIT INTEGER SUPPORT On perls that were built without 64 bit integer support (these are rare - nowadays, even on 32 bit architectures), support for any kind of 64 bit + nowadays, even on 32 bit architectures, as all major Perl distributions + are built with 64 bit integer support), support for any kind of 64 bit integer in CBOR is very limited - most likely, these 64 bit values will be truncated, corrupted, or otherwise not decoded correctly. This also includes string, array and map sizes that are stored as 64 bit integers.