aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-12-26 15:26:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-12-26 15:26:05 +0000
commitb3e24303dfc490937933df58b8ca090eb9175e9a (patch)
treec787fbde25c547fbba0eb68285f4645a589b36d0 /databases/Makefile
parent978d929e39424179215f83766b6714478b772437 (diff)
downloadports-b3e24303dfc490937933df58b8ca090eb9175e9a.tar.gz
ports-b3e24303dfc490937933df58b8ca090eb9175e9a.zip
SQL::Abstract::Plugin::InsertMulti is enable bulk insert support for
SQL::Abstract. Declare 'use SQL::Abstract::Plugin::InsertMulti;' with 'use SQL::Abstract;', exporting insert_multi() and update_multi() methods to SQL::Abstract namespace from SQL::Abstract::Plugin::InsertMulti. Plugin system is depends on 'into' options of Sub::Exporter. WWW: http://search.cpan.org/dist/SQL-Abstract-Plugin-InsertMulti/
Notes
Notes: svn path=/head/; revision=266918
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 143fe7f1edd6..674b9b6d83b4 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -437,6 +437,7 @@
SUBDIR += p5-Rose-DBx-Object-Renderer
SUBDIR += p5-SQL-Abstract
SUBDIR += p5-SQL-Abstract-Limit
+ SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti
SUBDIR += p5-SQL-Interp
SUBDIR += p5-SQL-ReservedWords
SUBDIR += p5-SQL-Statement