Tests for adjacency list as well as a bunch of fixes.
[dbsrgits/DBIx-Class-Tree.git] / lib / DBIx / Class / Tree.pm
index b1d9b9f..34f91cc 100644 (file)
@@ -4,9 +4,27 @@ package DBIx::Class::Tree;
 use strict;
 use warnings;
 
-use vars qw($VERSION);
+use vars qw( $VERSION );
 use base qw( DBIx::Class );
 
 $VERSION = '0.01000';
 
 1;
+__END__
+
+=head1 NAME
+
+DBIx::Class::Tree - Manipulate and anaylze tree structured data.  (EXPERIMENTAL)
+
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+=head1 AUTHOR
+
+Aran Clary Deltac <bluefeet@cpan.org>
+
+=head1 LICENSE
+
+You may distribute this code under the same terms as Perl itself.
+