KiokuDB
view release on metacpan or search on metacpan
- 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)
lib/KiokuDB/Backend/Serialize/Storable.pm view on Meta::CPAN
=head1 SYNOPSIS
package MyBackend;
with qw(KiokuDB::Backend::Serialize::Storable;
=head1 DESCRIPTION
This role provides L<Storable> based serialization of L<KiokuDB::Entry> objects
for a backend, with streaming capabilities.
L<KiokuDB::Backend::Serialize::Delegate> is preferred to using this directly.
=head1 METHODS
=over 4
=item serialize $entry
Uses L<Storable/nstore>
( run in 0.277 second using v1.01-cache-2.11-cpan-4d50c553e7e )