| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jun 2012 18:42:48
0.10
|
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) |
22 Jan 2012 02:53:13
0.10
|
kuriyama  |
- Add test depends.
PR: ports/164346
Submitted by: swills |
26 Nov 2011 03:21:27
0.10
|
kuriyama  |
- Upgrade to 0.10.
Feature safe: yes |
18 Mar 2011 01:23:39
0.07
|
kuriyama  |
This module provides methods for working with nested set trees. The
nested tree model is a way of representing hierarchical information in
a database. This takes a different approach to the Adjacency List
implementation. (see DBIx::Class::Tree::AdjacencyList which uses
parent relationships in a recursive manner).
WWW: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/ |