Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or | Steve Wills | 2012-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970 | ||||
* | SQL::Abstract::Plugin::InsertMulti is enable bulk insert support for | Jun Kuriyama | 2010-12-26 | 4 | -0/+42 |
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: svn path=/head/; revision=266918 |