mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
343 B
Text
7 lines
343 B
Text
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.
|