Commit graph

4 commits

Author SHA1 Message Date
Steve Wills
63d09c9c9b - 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)
2012-06-10 18:42:48 +00:00
Jun Kuriyama
a60428f444 - Add test depends.
PR:		ports/164346
Submitted by:	swills
2012-01-22 02:53:13 +00:00
Jun Kuriyama
8bf1feb761 - Upgrade to 0.10.
Feature safe:	yes
2011-11-26 03:21:27 +00:00
Jun Kuriyama
b42aba98db 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/
2011-03-18 01:23:39 +00:00