--- CBOR-XS/XS.pm 2016/02/08 04:11:11 1.46 +++ 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. @@ -1060,7 +1060,7 @@ # else either. Whats incredibe over standard strptime totally escapes me. # doesn't do fractional times, either. sigh. # In fact, it's all a lie, it uses whatever strptime it wants, and of course, - # they are all incomptible. The openbsd one simply ignores %z (but according to the + # they are all incompatible. The openbsd one simply ignores %z (but according to the # docs, it would be much more incredibly flexible indeed. If it worked, that is.). scalar eval { my $s = $_[1];