Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2005 12:41:55 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Simple Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200512111241.jBBCft3m005328@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512111241.jBBCft3m005328>