X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FTree.pm;h=34f91cc03a00fa01ee2cbf0eb134fc5240ee8000;hb=8295812709d2b2fdc8dba6d448d5fa58011c4166;hp=b1d9b9f9912f34d171b499d84b1684cbf2b910d7;hpb=6e2766f26e48d56e2cd70b4cc50fdbb940f55423;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/lib/DBIx/Class/Tree.pm b/lib/DBIx/Class/Tree.pm index b1d9b9f..34f91cc 100644 --- a/lib/DBIx/Class/Tree.pm +++ b/lib/DBIx/Class/Tree.pm @@ -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 + +=head1 LICENSE + +You may distribute this code under the same terms as Perl itself. +