[Bast-commits] r5933 - in trunk/DBIx-Class-Tree: . lib/DBIx/Class lib/DBIx/Class/Tree lib/DBIx/Class/Tree/AdjacencyList

ijw at dev.catalyst.perl.org ijw at dev.catalyst.perl.org
Tue Apr 21 13:29:02 GMT 2009


Author: ijw
Date: 2009-04-21 14:29:02 +0100 (Tue, 21 Apr 2009)
New Revision: 5933

Modified:
   trunk/DBIx-Class-Tree/Changes
   trunk/DBIx-Class-Tree/META.yml
   trunk/DBIx-Class-Tree/README
   trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree.pm
   trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree/AdjacencyList.pm
   trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree/AdjacencyList/Ordered.pm
Log:
Not really very (EXPERIMENTAL) any more

Modified: trunk/DBIx-Class-Tree/Changes
===================================================================
--- trunk/DBIx-Class-Tree/Changes	2009-04-21 12:48:26 UTC (rev 5932)
+++ trunk/DBIx-Class-Tree/Changes	2009-04-21 13:29:02 UTC (rev 5933)
@@ -1,6 +1,14 @@
 
 Revision history for DBIx::Class::Tree
 
+
+    - Removed EXPERIMENTAL flags, because after 2 years there'd be bugs
+      if there were any serious problems. (Ian Wells)
+    - Fix borked tests (DBIx-Class 0.081 got rid of the loophole they used)
+      (ribasushi)
+
+[missing 0.02000]
+
 0.01000 2006-11-06
     - Added is_leaf, is_root, and is_branch to AdjacencyList.
     - Added a validation override for set_primary_key().

Modified: trunk/DBIx-Class-Tree/META.yml
===================================================================
--- trunk/DBIx-Class-Tree/META.yml	2009-04-21 12:48:26 UTC (rev 5932)
+++ trunk/DBIx-Class-Tree/META.yml	2009-04-21 13:29:02 UTC (rev 5933)
@@ -3,7 +3,7 @@
 version: 0.01000
 author:
   - 'Aran Clary Deltac <bluefeet at cpan.org>'
-abstract: Manipulate and anaylze tree structured data.  (EXPERIMENTAL)
+abstract: Manipulate and anaylze tree structured data.
 license: perl
 resources:
   license: http://dev.perl.org/licenses/

Modified: trunk/DBIx-Class-Tree/README
===================================================================
--- trunk/DBIx-Class-Tree/README	2009-04-21 12:48:26 UTC (rev 5932)
+++ trunk/DBIx-Class-Tree/README	2009-04-21 13:29:02 UTC (rev 5933)
@@ -1,6 +1,5 @@
 NAME
     DBIx::Class::Tree - Manipulate and anaylze tree structured data.
-    (EXPERIMENTAL)
 
 DESCRIPTION
     The tree modules provide the tools to represent, modify, and analyze
@@ -8,10 +7,10 @@
 
 COMPONENTS
     DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the
-    common adjacency list model. (EXPERIMENTAL)
+    common adjacency list model.
 
     DBIx::Class::Tree::AdjacencyList::Ordered - Glue DBIx::Class::Ordered
-    and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL)
+    and DBIx::Class::Tree::AdjacencyList together.
 
 DAG
     All tree related modules must conform to have and use the basic

Modified: trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree/AdjacencyList/Ordered.pm
===================================================================
--- trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree/AdjacencyList/Ordered.pm	2009-04-21 12:48:26 UTC (rev 5932)
+++ trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree/AdjacencyList/Ordered.pm	2009-04-21 13:29:02 UTC (rev 5933)
@@ -14,7 +14,7 @@
 
 =head1 NAME
 
-DBIx::Class::Tree::AdjacencyList::Ordered - Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together. (EXPERIMENTAL)
+DBIx::Class::Tree::AdjacencyList::Ordered - Glue DBIx::Class::Ordered and DBIx::Class::Tree::AdjacencyList together.
 
 =head1 SYNOPSIS
 

Modified: trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree/AdjacencyList.pm
===================================================================
--- trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree/AdjacencyList.pm	2009-04-21 12:48:26 UTC (rev 5932)
+++ trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree/AdjacencyList.pm	2009-04-21 13:29:02 UTC (rev 5933)
@@ -9,7 +9,7 @@
 
 =head1 NAME
 
-DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the common adjacency list model. (EXPERIMENTAL)
+DBIx::Class::Tree::AdjacencyList - Manage a tree of data using the common adjacency list model.
 
 =head1 SYNOPSIS
 

Modified: trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree.pm
===================================================================
--- trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree.pm	2009-04-21 12:48:26 UTC (rev 5932)
+++ trunk/DBIx-Class-Tree/lib/DBIx/Class/Tree.pm	2009-04-21 13:29:02 UTC (rev 5933)
@@ -14,7 +14,7 @@
 
 =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 +24,10 @@
 =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
 




More information about the Bast-commits mailing list