Binary package “libdbix-class-tree-perl” in ubuntu mantic

module to manipulate and anaylze tree structured data

 DBIx::Class::Tree provides the tools to represent, modify, and analyze trees
 of data with DBIx::Class.
 .
 COMPONENTS
 .
 DBIx::Class::Tree::AdjacencyList
  Manage a tree of data using the common adjacency list model.
 .
 DBIx::Class::Tree::AdjacencyList::Ordered
  Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together.