--- CBOR-XS/XS.pm 2016/07/27 05:40:29 1.61 +++ CBOR-XS/XS.pm 2016/11/25 06:13:16 1.62 @@ -66,7 +66,7 @@ use common::sense; -our $VERSION = 1.5; +our $VERSION = 1.51; our @ISA = qw(Exporter); our @EXPORT = qw(encode_cbor decode_cbor); @@ -182,7 +182,7 @@ This means that such values will only be encoded once, and will not result in a deep cloning of the value on decode, in decoders supporting the value sharing extension. This also makes it possible to encode cyclic data -structures (which need C to ne enabled to be decoded by this +structures (which need C to be enabled to be decoded by this module). It is recommended to leave it off unless you know your