--- CBOR-XS/XS.pm 2016/02/08 04:11:11 1.46 +++ CBOR-XS/XS.pm 2016/02/25 14:22:49 1.48 @@ -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); @@ -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];