| KiokuDB documentation | Contained in the KiokuDB distribution. |
KiokuDB::Backend::Role::TXN::Nested - Informational role for backends supporting rollback of nested transactions.
This role is used during testing to run fixtures testing that a rollback of a nested transaction doesn't affect its parent transaction.
| KiokuDB documentation | Contained in the KiokuDB distribution. |
#!/usr/bin/perl package KiokuDB::Backend::Role::TXN::Nested; use Moose::Role; use namespace::clean -except => 'meta'; __PACKAGE__ __END__