NOTICE: This package has been removed from pkgsrc

./wip/p5-DBIx-Simple, DBIx::Simple - Easy-to-use OO interface to DBI

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.37, Package name: p5-DBIx-Simple-1.37, Maintainer: ficovh

DBIx::Simple provides a simplified interface to DBI,
Perl's powerful database module.

This module is aimed at rapid development and easy maintenance.
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 a empty list) for all methods
when used in boolean context, is false. The dummy object
lets you postpone (or skip) error checking, but it also
makes immediate error checking simply
$db->query(...) or die $db->error


Required to run:
[databases/p5-DBI] [lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 5b3744d44d0c5506f36d49e8df80b420514f918f
Filesize: 19.919 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-18 16:11:53 by Wen Heping | Files touched by this commit (2)
Log message:
- Update to 1.35