--- CBOR-XS/XS.pm 2016/02/08 04:26:01 1.47 +++ CBOR-XS/XS.pm 2016/04/21 16:24:03 1.49 @@ -66,7 +66,7 @@ use common::sense; -our $VERSION = 1.4; +our $VERSION = 1.41; our @ISA = qw(Exporter); our @EXPORT = qw(encode_cbor decode_cbor); @@ -483,7 +483,7 @@ Perl hash references become CBOR maps. As there is no inherent ordering in hash keys (or CBOR maps), they will usually be encoded in a pseudo-random -order. This order can be different each time a hahs is encoded. +order. This order can be different each time a hash is encoded. Currently, tied hashes will use the indefinite-length format, while normal hashes will use the fixed-length format.