Commit graph

4 commits

Author SHA1 Message Date
Gabor Kovesdan
ff731bab4f - Update to 1.32
- Add SQL_INTERP OPTION
- Style

PR:		ports/120895
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	Parv <parv@pair.com> (maintainer)
2008-02-21 12:19:25 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Erwin Lansing
55bca00559 Add OPTIONS
PR:		90509
Submitted by:	parv@pair.com (maintainer)
2005-12-18 09:33:37 +00:00
Erwin Lansing
e8e1270052 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>
2005-12-11 12:41:55 +00:00