cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Simple Makefile distinfo pkg-descr pkg-plist

Erwin Lansing erwin at FreeBSD.org
Sun Dec 11 04:41:57 PST 2005


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 <parv at pair.org>
  
  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)


More information about the cvs-all mailing list