Bug 90230 - New port: databases/p5-DBIx-Simple - Another|Simplified object oriented interface to Perl DBI
Summary: New port: databases/p5-DBIx-Simple - Another|Simplified object oriented inter...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-11 10:20 UTC by parv
Modified: 2005-12-11 12:41 UTC (History)
0 users

See Also:


Attachments
file.shar (3.24 KB, text/plain)
2005-12-11 10:20 UTC, parv
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description parv 2005-12-11 10:20:03 UTC
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".

This port depends on devel/p5-Data-Swap for which I have submitted a
PR few moments ago.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2005-12-11 12:41:36 UTC
State Changed
From-To: open->closed

Port added, thanks! 

Note that I fixed pkg-plist.