The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::TransactionManager::Extended::Compat - compatibility with DBIx::TransactionManager

SYNOPSIS

    use DBIx::TransactionManager;
    use DBIx::TransactionManager::Extended::Compat;

    DBIx::TransactionManager->new(); # returns DBIx::TransactionManager::Extended object

DESCRIPTION

If this module is loaded, it applys patches for DBIx::TransactionManager to create DBIx::TransactionManager::Extended object.

SEE ALSO

DBIx::TransactionManager DBIx::TransactionManager::Extended

LICENSE

Copyright (C) karupanerura.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

karupanerura <karupa@cpan.org>