KiokuDB::Backend::Role::TXN::Nested - Informational role for backends


KiokuDB documentation Contained in the KiokuDB distribution.

Index


Code Index:

NAME

Top

KiokuDB::Backend::Role::TXN::Nested - Informational role for backends supporting rollback of nested transactions.

DESCRIPTION

Top

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__