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