Update to current cpan version
[dbsrgits/DBIx-Class-Tree.git] / lib / DBIx / Class / Tree.pm
index 7ce2535..a887a10 100644 (file)
@@ -4,17 +4,16 @@ package DBIx::Class::Tree;
 use strict;
 use warnings;
 
-use vars qw( $VERSION );
 use base qw( DBIx::Class );
 
-$VERSION = '0.01000';
+our $VERSION = '0.03000';
 
 1;
 __END__
 
 =head1 NAME
 
-DBIx::Class::Tree - Manipulate and anaylze tree structured data.  (EXPERIMENTAL)
+DBIx::Class::Tree - Manipulate and anaylze tree structured data.
 
 =head1 DESCRIPTION
 
@@ -24,10 +23,10 @@ trees of data with DBIx::Class.
 =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