Changes for version 0.016 - 2020-12-16
- INCOMPATIBLE CHANGES
- Requires MongoDB 2.0+. Uses BSON type wrappers instead of legacy MongodDB type wrappers.
- ADDED
- Added ability to specify options to find.
Documentation
Meerkat recipes with do's and don'ts
Getting started with Meerkat
Modules
Manage MongoDB documents as Moose objects
Associate a class, database and MongoDB collection
Wrap MongoDB::Cursor to inflate data to objects
DateTime proxy for lazy inflation from an epoch value
Enhances a Moose object with Meerkat methods and metadata
Moose types for Meerkat
Other files
Module Install Instructions
To install Meerkat, copy and paste the appropriate command in to your terminal.
cpanm Meerkat
perl -MCPAN -e shellinstall Meerkat
For more information on module installation, please visitthe detailed CPAN module installation guide.