erwin 2005-12-11 12:41:55 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/p5-DBIx-Simple Makefile distinfo pkg-descr pkg-plist
Log:
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 <[EMAIL PROTECTED]>
Revision Changes Path
1.467 +1 -0 ports/databases/Makefile
1.1 +46 -0 ports/databases/p5-DBIx-Simple/Makefile (new)
1.1 +3 -0 ports/databases/p5-DBIx-Simple/distinfo (new)
1.1 +14 -0 ports/databases/p5-DBIx-Simple/pkg-descr (new)
1.1 +9 -0 ports/databases/p5-DBIx-Simple/pkg-plist (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"