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

0.003     2013-09-21 23:29:17 America/New_York

    [INTERNAL]

    - Extracted MongoDB object management to MooseX::Role::MongoDB

0.002     2013-09-20 13:02:36 America/New_York

    [INCOMPATIBLE CHANGE]

    - The required 'namespace' parameter was renamed 'model_namespace'
      for consistency with the new 'collection_namespace' parameter.

    [ADDED]

    - Allows specifying a 'collection_namespace' to use custom collection
      classes that extend Meerkat::Collection

    [INTERNAL]

    - Replaced Class::Load with Module::Runtime; now also using
      Module::Runtime for composing namespaces and class suffixes

0.001     2013-09-19 19:40:32 America/New_York

    - First release