| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Jul 2012 07:19:21
0.03003
|
cs  |
Fix typos in COMMENT |
10 Jun 2012 18:42:48
0.03003
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
29 Jan 2012 21:34:02
0.03003
|
swills  |
- Add TEST_DEPENDS to enable testing
PR: ports/164342
Submitted by: swills (myself)
Approved by: maintainer (blanket) |
18 Mar 2011 01:22:11
0.03003
|
kuriyama  |
This module provides methods for working with adjacency lists. The
adjacency list model is a very common way of representing a tree
structure. In this model each row in a table has a prent ID column
that references the primary key of another row in the same table.
Because of this the primary key must only be one column and is usually
some sort of integer. The row with a parent ID of 0 is the root node
and is usually the parent of all other rows. Although, there is no
limitation in this module that would stop you from having multiple
root nodes.
WWW: http://search.cpan.org/dist/DBIx-Class-Tree/ |