KiokuDB

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for KiokuDB

0.57  2014-03-25
    - stop using Class::MOP::load_class (perigrin, #4)

0.56  2013-11-07
    - stop importing from multiple JSON versions

0.55  2013-11-05
    - fix failing tests with newer versions of JSON
    - convert to dzil

0.54  2013-06-25
    - packaging issues

0.53  2013-06-25
    - Fix some test issues

0.52  2011-06-27
    - Fix an issue where streaming entries can sometimes cause them to
      disappear.
    - Fix overlap with the new 'union' keyword in Moose::Util::TypeConstraints.

0.51  2011-03-31
    - Die with an error when two objects try and register with the same ID but
      don't both do the KiokuDB::Role::ID::Content role.

0.50  2010-10-19
    - Use new instance api in Moose to allow native traits to inline properly
      when used with KiokuDB::Class (doy)

0.49  2010-09-09
    - Merge NUFFIN/0.48 and FLORA/0.48

0.48 2010-08-24
    - (FLORA release)
    - Avoid warnings from Moose 1.10

0.48 2010-07-31
    - (NUFFIN release)
    - Reupload with proper MANIFEST

0.47  2010-07-29
    - Avoid warnings from Moose 1.09 (Dave Rolsky)
    - Numerous documentation fixes (David Leadbeater)
    - Move the Japanese translation of the tutorial under POD2::JA to allow
      perldoc -L ja KiokuDB::Tutorial
    - Don't allow the live object cache to grow too big

0.46  2010-06-27
    - s/_03/ on the version

0.46_03  2010-06-27
    - Internals change cleanups regarding weakening $entry->{data} with
      passthrough objects
    - fiddle leak tracking code around to avoid keeping temporary refs around,
      which makes Devel::FindRef more useful in the user's leak tracker

0.46_02  2010-06-27
    - Support for caching of live objects (i.e. immutable ones)
    - Fix the =head1 NAME of Tutorial::JA
    - Move t/set.t into a standalone test fixture

0.46_01  2010-06-20
    - Lots of refactoring to LiveObjects
        - metadata is keyed by ID, not object
        - keep_entries attribute allows entries to be discarded once used
          (defaults to true for compatibility, may change in the future)
        - clear_leaks/leak_tracker attributes
    - remove txn_{begin,commit,rollback} methods, as they require maintaining a
      stack to be properly used (#58166)
    - KiokuDB::Cmd no longer tries to rerun itself after autoinstall, this is
      very flakey when the installation is the result of an upgrade instead of
      a fresh install

0.45  2010-06-05
    - Introduce KiokuDB::Backend::Role::GC which allows backends to construct
      their own garbage collector for the GC command.
    - name mangle inline classes in tests to avoid false failure reports (e.g.
      when a Foo.pm is in @INC)



( run in 1.193 second using v1.01-cache-2.11-cpan-5735350b133 )