Tests for adjacency list as well as a bunch of fixes.
[dbsrgits/DBIx-Class-Tree.git] / lib / DBIx / Class / Tree.pm
1 # vim: ts=8:sw=4:sts=4:et
2 package DBIx::Class::Tree;
3
4 use strict;
5 use warnings;
6
7 use vars qw( $VERSION );
8 use base qw( DBIx::Class );
9
10 $VERSION = '0.01000';
11
12 1;
13 __END__
14
15 =head1 NAME
16
17 DBIx::Class::Tree - Manipulate and anaylze tree structured data.  (EXPERIMENTAL)
18
19 =head1 SYNOPSIS
20
21 =head1 DESCRIPTION
22
23 =head1 AUTHOR
24
25 Aran Clary Deltac <bluefeet@cpan.org>
26
27 =head1 LICENSE
28
29 You may distribute this code under the same terms as Perl itself.
30