--- CBOR-XS/XS.pm 2013/11/28 12:08:07 1.25 +++ CBOR-XS/XS.pm 2013/11/28 12:11:06 1.26 @@ -193,7 +193,7 @@ It is recommended to leave it off unless you know your communication partner supports the value sharing extensions to CBOR -(http://cbor.schmorp.de/value-sharing), as without decoder support, the +(L), as without decoder support, the resulting data structure might be unusable. Detecting shared values incurs a runtime overhead when values are encoded @@ -226,7 +226,7 @@ It is recommended to leave it off unless you know your communications partner supports the stringref extension to CBOR -(http://cbor.schmorp.de/stringref), as without decoder support, the +(L), as without decoder support, the resulting data structure might not be usable. If C<$enable> is false (the default), then C will encode strings @@ -681,19 +681,19 @@ =over 4 -=item (perl-object, L) +=item 26 (perl-object, L) These tags are automatically created (and decoded) for serialisable objects using the C methods (the L object serialisation protocol). See L for details. -=item , (sharable, sharedref, L ) +=item 28, 29 (sharable, sharedref, L ) These tags are automatically decoded when encountered, resulting in shared values in the decoded object. They are only encoded, however, when C is enabled. -=item , (stringref-namespace, stringref, L ) +=item 256, 25 (stringref-namespace, stringref, L ) These tags are automatically decoded when encountered. They are only encoded, however, when C is enabled.