The second function of DBIx::Connection is transaction management. Borrowing from DBIx::Class, DBIx::Connection offers an interface that efficiently handles the scoping of database transactions so that you needn't worry about managing the transaction yourself. Even better, it offers an interface for savepoints if your database supports them. Within a transaction, you can scope savepoints to behave like subtransactions, so that you can save some of your work in a transaction even if some of it fails. Read the full documentation via `perldoc DBIx::Connection` for all the details.

INSTALLATION

To install this module, type the following:

perl Build.PL
./Build
./Build test
./Build install

Dependencies ------------

DBIx::Connection requires DBI 1.605 or higher.

Copyright and Licence ---------------------

Copyright (c) 2009 David E. Wheeler. Some Rights Reserved.

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 47:

=back without =over