| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jun 2012 18:42:48
0.52
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
02 Jun 2012 10:22:37
0.52
|
kuriyama  |
- Upgrade to 0.52. |
11 Mar 2012 06:18:09
0.51
|
kuriyama  |
- Upgrade to 0.51.
Feature safe: yes |
29 Jan 2012 21:39:39
0.47
|
swills  |
- Add TEST_DEPENDS to enable testing
PR: ports/164356
Submitted by: swills (myself)
Approved by: maintainer (blanket) |
08 Oct 2011 10:43:59
0.47
|
kuriyama  |
- Upgrade to 0.47. |
06 Aug 2011 09:21:44
0.46
|
kuriyama  |
- Upgrade to 0.46. |
19 May 2011 11:29:05
0.45
|
kuriyama  |
- Upgrade to 0.45. |
27 Mar 2011 07:53:33
0.44
|
kuriyama  |
- Upgrade to 0.44. |
25 Dec 2010 10:30:57
0.42
|
kuriyama  |
- Upgrade to 0.42. |
16 Oct 2010 07:03:34
0.40
|
kuriyama  |
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.
WWW: http://search.cpan.org/dist/DBIx-Connector/ |