--- CBOR-XS/XS.pm 2019/11/09 07:23:31 1.69 +++ CBOR-XS/XS.pm 2019/11/09 07:30:36 1.70 @@ -455,7 +455,8 @@ This is useful if your CBOR texts are not delimited by an outer protocol and you need to know where the first CBOR string ends amd the next one -starts. +starts - CBOR strings are self-delimited, so it is possible to concatenate +CBOR strings without any delimiters or size fields and recover their data. CBOR::XS->new->decode_prefix ("......") => ("...", 3)