ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/XS.pm
(Generate patch)

Comparing CBOR-XS/XS.pm (file contents):
Revision 1.17 by root, Wed Oct 30 10:11:04 2013 UTC vs.
Revision 1.18 by root, Sun Nov 17 05:26:14 2013 UTC

455=head1 MAGIC HEADER 455=head1 MAGIC HEADER
456 456
457There is no way to distinguish CBOR from other formats 457There is no way to distinguish CBOR from other formats
458programmatically. To make it easier to distinguish CBOR from other 458programmatically. To make it easier to distinguish CBOR from other
459formats, the CBOR specification has a special "magic string" that can be 459formats, the CBOR specification has a special "magic string" that can be
460prepended to any CBOR string without changing it's meaning. 460prepended to any CBOR string without changing its meaning.
461 461
462This string is available as C<$CBOR::XS::MAGIC>. This module does not 462This string is available as C<$CBOR::XS::MAGIC>. This module does not
463prepend this string tot he CBOR data it generates, but it will ignroe it 463prepend this string to the CBOR data it generates, but it will ignore it
464if present, so users can prepend this string as a "file type" indicator as 464if present, so users can prepend this string as a "file type" indicator as
465required. 465required.
466 466
467 467
468=head1 THE CBOR::XS::Tagged CLASS 468=head1 THE CBOR::XS::Tagged CLASS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines