Commit graph

10 commits

Author SHA1 Message Date
Steve Wills
63d09c9c9b - 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)
2012-06-10 18:42:48 +00:00
Jun Kuriyama
dc83fe5b56 - Upgrade to 0.52. 2012-06-02 10:22:37 +00:00
Jun Kuriyama
bcc73a0a8e - Upgrade to 0.51.
Feature safe:	yes
2012-03-11 06:18:09 +00:00
Steve Wills
51be2baaba - Add TEST_DEPENDS to enable testing
PR:		ports/164356
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 21:39:39 +00:00
Jun Kuriyama
9ac6b98caa - Upgrade to 0.47. 2011-10-08 10:43:59 +00:00
Jun Kuriyama
58d7cdb936 - Upgrade to 0.46. 2011-08-06 09:21:43 +00:00
Jun Kuriyama
5d5671e8a0 - Upgrade to 0.45. 2011-05-19 11:29:05 +00:00
Jun Kuriyama
519fecc670 - Upgrade to 0.44. 2011-03-27 07:53:33 +00:00
Jun Kuriyama
aab5494f2c - Upgrade to 0.42. 2010-12-25 10:30:57 +00:00
Jun Kuriyama
3c3e220fdb 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/
2010-10-16 07:03:34 +00:00