Movatterモバイル変換


[0]ホーム

URL:


 / 
CBOR-XS-1.87
River stage two • 16 direct dependents • 27 total dependents

Changes for version 1.87

  • shared references were not decoded correctly: instead of getting multiple references to the same object, you got the same reference to the same object, causing a number of issues. For example, modifying the reference would modify all places the reference was used, and encoding the decoded structure would unshare the previously shared hashes, as trheir reference count would be 1. Fixing this was rather involved, as perl lacks the ability to easily swap or copy arrays and hashes.
  • \0, \1, \undef do not work, and were not intended to ever work, as special values, despite being mentioned in the documentation (reported by nuclightq).
  • new feature: allow_weak_cycles.

Modules

CBOR::XS
Concise Binary Object Representation (CBOR, RFC7049)

Other files

Module Install Instructions

To install CBOR::XS, copy and paste the appropriate command in to your terminal.

cpanm

cpanm CBOR::XS

CPAN shell

perl -MCPAN -e shellinstall CBOR::XS

For more information on module installation, please visitthe detailed CPAN module installation guide.

Keyboard Shortcuts

Global
sFocus search bar
?Bring up this help dialog
GitHub
gpGo to pull requests
gigo to github issues (only if github is preferred repository)
POD
gaGo to author
gcGo to changes
giGo to issues
gdGo to dist
grGo to repository/SCM
gsGo to source
gbGo to file browse
Search terms
module: (e.g.module:Plugin)
distribution: (e.g.distribution:Dancer auth)
author: (e.g.author:SONGMU Redis)
version: (e.g.version:1.00)

[8]ページ先頭

©2009-2025 Movatter.jp