The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12 - 2015-04-06

  • BUG FIXES
    • added decoding support for BSON type 0x06 (Javascript "undefined"); treated like type 0x0A (null value) and decoded as Perl undef
  • OPTIMIZATION
    • Inlined most functions for 10-20% performance increase measured on a sample of Twitter tweets.
  • META
    • Switched repository to Dist::Zilla structure using @DAGOLDEN plugin bundle and associated file layout

Modules

Pure Perl implementation of MongoDB's BSON serialization
Binary data for BSON
Boolean data for BSON
JavaScript code data for BSON
MaxKey data for BSON
MinKey data for BSON
ObjectId data element for BSON
String data for BSON
Date and time data for BSON
Timestamp data for BSON