The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

package KiokuDB::Backend::Role::TXN::Nested;
use Moose::Role;

use namespace::clean -except => 'meta';

__PACKAGE__

__END__

=pod

=head1 NAME

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

=head1 DESCRIPTION

This role is used during testing to run fixtures testing that a rollback of a
nested transaction doesn't affect its parent transaction.