Revision history for MooseX-Role-MongoDB
0.004 2013-11-20 18:49:31 America/New_York
[FIXED]
- Checks that the database connection is still live and clears
the caches if it is not
0.003 2013-10-15 19:32:08 America/New_York
[CHANGED]
- Implemented logging by requiring a 'logger' method from the consumer;
recommends (and tests with) MooseX::Role::Logger
0.002 2013-10-14 13:55:42 America/New_York
[CHANGED]
- If a 'host' attributes is provided in the client options hash, any
hostnames will be converted to IP addresses to work around a MongoDB
client bug involving replica sets and SSL
[INTERNAL]
- Added optional debug-level logging via Log::Any
0.001 2013-09-21 23:27:05 America/New_York
- First release