bumped version to 0.06, updated MANIFEST and Changes
Brandon L Black [Fri, 10 Nov 2006 00:05:35 +0000 (00:05 +0000)]
Changes
MANIFEST
lib/Algorithm/C3.pm

diff --git a/Changes b/Changes
index be70c9b..81ce7c6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Algorithm-C3.
 
+0.06 XXX Not Yet Released
+    - Added tests from konobi
+    - Added some other new tests too
+    - Fixed infinite loop on recursive heirarchies
+
 0.05 Fri. Aug. 25, 2006
     - Add the ability for the caller to supply a persistent
       merge cache hashref
index 86e0994..2b7d909 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -14,5 +14,8 @@ t/005_order_disagreement.t
 t/006_complex_merge.t
 t/007_cached_merge.t
 t/008_cached_merge_unordered.t
+t/009_dbic_merge.t
+t/010_complex_merge_classless.t
+t/011_infinite_loop.t
 t/pod.t
 t/pod_coverage.t
index f1d9781..5d4ceb3 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 sub merge {
     my ($root, $parent_fetcher, $cache) = @_;