-
-
12 Nov 2017 20:20:02 UTC
- Development release
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (477 / 0 / 11)
- Kwalitee
Bus factor: 1- 79.35% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (15.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Changes for version 0.001_12 - 2017-11-12
- API / Behaviour Changes:
- UTF8 and BYTES strings now encode with a trailing ","
- New Features:
- None.
- Enhancements:
- None.
- Bug Fixes:
- None.
- Dependencies:
- None.
- Packaging:
- None.
Changes for version 0.001_11 - 2017-11-08
- Enhancements:
- Document use of BIFCODE_UTF8 only for hash keys
- Convert all errors to exception objects
- Minor documentation and testing improvements
- Bug Fixes:
- Return correct encode_bifcode() result in array context.
Changes for version 0.001_1 - 2017-08-09
- Initial Bifcode release (based heavily on Bencode)
Changes for version 0.001_10 - 2017-11-06
- API / Behaviour Changes:
- decode_bifcode() now does what the documentation says with repect to inflating BIFCODE_BYTES. They become normal scalars and not SCALAR references.
- Enhancements:
- Refactor decode()
- Packaging:
- Fix README file
Documentation
compare files containing BifcodeModules
simple serialization formatModule Install Instructions
To install Bifcode, copy and paste the appropriate command in to your terminal.
cpanm Bifcode
perl -MCPAN -e shell install Bifcode
For more information on module installation, please visit the detailed CPAN module installation guide.