Merge from vendor branch TNF:
authorsno <sno>
Sat, 31 Jul 2010 07:11:05 +0000 (07:11 +0000)
committersno <sno>
Sat, 31 Jul 2010 07:11:05 +0000 (07:11 +0000)
commitfcbd05b27b7cb95f7e307a0d7015bcae12c91227
treed54d8e1a644eaadab453f21c0411cc32ec9658bf
parent7a9fa8e3b8a0dd959ea309747cf9a4e39c067f2f
parent2b26a10477427a559fa224b0df294ae962a02e8f
Merge from vendor branch TNF:
Importing package for DBIx::Connector 0.35 into databases/p5-DBIx-Connector.

DBIx::Connector provides a simple interface for fast and safe DBI connection
and transaction management. Connecting to a database can be expensive; you
don't want your application to re-connect every time you need to run a query.
The efficient thing to do is to hang on to a database handle to maintain a
connection to the database in order to minimize that overhead.
DBIx::Connector lets you do that without having to worry about dropped or
corrupted connections.