From e8e1270052973c2e350559a0c84b1db518151cd5 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sun, 11 Dec 2005 12:41:55 +0000 Subject: 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 --- databases/p5-DBIx-Simple/pkg-plist | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 databases/p5-DBIx-Simple/pkg-plist (limited to 'databases/p5-DBIx-Simple/pkg-plist') diff --git a/databases/p5-DBIx-Simple/pkg-plist b/databases/p5-DBIx-Simple/pkg-plist new file mode 100644 index 000000000000..ab32d43bf8bc --- /dev/null +++ b/databases/p5-DBIx-Simple/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/DBIx/Simple.pm +%%SITE_PERL%%/DBIx/Simple/Comparison.pod +%%SITE_PERL%%/DBIx/Simple/Examples.pod +%%SITE_PERL%%/DBIx/Simple/SQE.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple/.packlist +@dirrm %%SITE_PERL%%/DBIx/Simple +@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true -- cgit v1.2.3