--- CBOR-XS/XS.pm 2014/01/06 04:15:31 1.41 +++ CBOR-XS/XS.pm 2014/10/25 06:36:34 1.42 @@ -66,7 +66,7 @@ use common::sense; -our $VERSION = 1.25; +our $VERSION = 1.26; our @ISA = qw(Exporter); our @EXPORT = qw(encode_cbor decode_cbor); @@ -226,7 +226,7 @@ throwing an error. This option does not affect C in any way - shared values and -references will always be decoded properly if present. +references will always be encoded properly if present. =item $cbor = $cbor->pack_strings ([$enable])