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

Changes for version 1.000000 - 2013-12-24

  • Fix warning in MorboDB::Cursor when calling sort() with a hashref (Vincent Launchbury)
  • MorboDB automatically creates a MongoDB::OID if no _id was provided to the save() method (Vincent Launchbury)
  • Autoloaded methods for getting a database object and a collection object have been deprecated. Use get_database() and get_collection() instead. This is currently being deprecated in MongoDB as well. A get_collection() method was also added to MorboDB::Collection.

Modules

In-memory database, mostly-compatible clone of MongoDB
A MorboDB collection
A cursor/iterator for MorboDB query results
A MorboDB database
An object ID in MorboDB