Changes for version 0.015 - 2016-12-12
- FIXED
- No longer issues deprecation warnings (or fails tests) with MongoDB v1.6.0, which warns when using deprecated legacy methods.
- PREREQS
- Requires MongoDB Perl Driver v1.0.0 or later
Documentation
- Meerkat::Cookbook - Meerkat recipes with dos and don'ts
- Meerkat::Tutorial - Getting started with Meerkat
Modules
- Meerkat - Manage MongoDB documents as Moose objects
- Meerkat::Collection - Associate a class, database and MongoDB collection
- Meerkat::Cursor - Wrap MongoDB::Cursor to inflate data to objects
- Meerkat::DateTime - DateTime proxy for lazy inflation from an epoch value
- Meerkat::Role::Document - Enhances a Moose object with Meerkat methods and metadata
- Meerkat::Types - Moose types for Meerkat