diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-11 12:41:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-11 12:41:55 +0000 |
commit | e8e1270052973c2e350559a0c84b1db518151cd5 (patch) | |
tree | 2bf9dd253dc8db32553b86181d700d2dc3a6597c /databases/Makefile | |
parent | d3d48e1a43ccc4a9b18d42e11a55e77dc5f44048 (diff) | |
download | ports-e8e1270052973c2e350559a0c84b1db518151cd5.tar.gz ports-e8e1270052973c2e350559a0c84b1db518151cd5.zip |
DBIx::Simple module aims to be a simplified object oriented interface to Perl
DBI. From its description ...
Query preparation and execution are combined in a single method, the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.
The "query" method returns either a result object, or a dummy object. The
dummy object returns undef (or an empty list) for all methods and when used in
boolean context, is false. The dummy object lets you postpone (or skip) error
checking, but it also makes immediate error check simply " $db->query(...) or
die $db->error".
WWW: http://search.cpan.org/dist/DBIx-Simple/
PR: ports/90230
Submitted by: Parv <parv@pair.org>
Notes
Notes:
svn path=/head/; revision=150872
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 64c9410bc4a7..923486636860 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -204,6 +204,7 @@ SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-SQLEngine SUBDIR += p5-DBIx-SearchBuilder + SUBDIR += p5-DBIx-Simple SUBDIR += p5-DBIx-Table SUBDIR += p5-DBIx-TableHash SUBDIR += p5-DBIx-Tree |