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/
This commit is contained in:
Jun Kuriyama 2010-12-26 15:26:05 +00:00
parent 978d929e39
commit b3e24303df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266918
5 changed files with 43 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: SQL::Abstract::Plugin::InsertMulti
# Date created: 26 Dec 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= SQL-Abstract-Plugin-InsertMulti
PORTVERSION= 0.03
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to add bulk insert for SQL::Abstract
RUN_DEPENDS= \
p5-SQL-Abstract>=1.6:${PORTSDIR}/databases/p5-SQL-Abstract \
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= SQL::Abstract::Plugin::InsertMulti.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (SQL-Abstract-Plugin-InsertMulti-0.03.tar.gz) = 072fac5cfca4e322ae413c6d5c14f0dd3ed361d200a494401c0d4fb450eafa68
SIZE (SQL-Abstract-Plugin-InsertMulti-0.03.tar.gz) = 41304

View File

@ -0,0 +1,9 @@
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/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Abstract/Plugin/InsertMulti/.packlist
%%SITE_PERL%%/SQL/Abstract/Plugin/InsertMulti.pm
@dirrmtry %%SITE_PERL%%/SQL/Abstract/Plugin
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Abstract/Plugin/InsertMulti
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQL/Abstract/Plugin