Revision history for DBIx::Class::Tree
+
+ - Removed EXPERIMENTAL flags, because after 2 years there'd be bugs
+ if there were any serious problems. (Ian Wells)
+ - Fix borked tests (DBIx-Class 0.081 got rid of the loophole they used)
+ (ribasushi)
+
+[missing 0.02000]
+
0.01000 2006-11-06
- Added is_leaf, is_root, and is_branch to AdjacencyList.
- Added a validation override for set_primary_key().
version: 0.01000
author:
- 'Aran Clary Deltac <bluefeet@cpan.org>'
-abstract: Manipulate and anaylze tree structured data. (EXPERIMENTAL)
+abstract: Manipulate and anaylze tree structured data.
license: perl
resources:
license: http://dev.perl.org/licenses/
NAME
DBIx::Class::Tree - Manipulate and anaylze tree structured data.
- (EXPERIMENTAL)
DESCRIPTION
The tree modules provide the tools to represent, modify, and analyze
COMPONENTS
DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the
- common adjacency list model. (EXPERIMENTAL)
+ common adjacency list model.
DBIx::Class::Tree::AdjacencyList::Ordered - Glue DBIx::Class::Ordered
- and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL)
+ and DBIx::Class::Tree::AdjacencyList together.
DAG
All tree related modules must conform to have and use the basic
=head1 NAME
-DBIx::Class::Tree - Manipulate and anaylze tree structured data. (EXPERIMENTAL)
+DBIx::Class::Tree - Manipulate and anaylze tree structured data.
=head1 DESCRIPTION
=head1 COMPONENTS
L<DBIx::Class::Tree::AdjacencyList> - Manage a tree of data using the
-common adjacency list model. (EXPERIMENTAL)
+common adjacency list model.
L<DBIx::Class::Tree::AdjacencyList::Ordered> - Glue DBIx::Class::Ordered
-and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL)
+and DBIx::Class::Tree::AdjacencyList together.
=head1 DAG
=head1 NAME
-DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the common adjacency list model. (EXPERIMENTAL)
+DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the common adjacency list model.
=head1 SYNOPSIS
=head1 NAME
-DBIx::Class::Tree::AdjacencyList::Ordered - Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL)
+DBIx::Class::Tree::AdjacencyList::Ordered - Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together.
=head1 SYNOPSIS