0.04 meta (Changes, README, $VERSION) 0.04
Brandon L Black [Wed, 9 Aug 2006 18:13:37 +0000 (18:13 +0000)]
Changes
README
lib/Algorithm/C3.pm

diff --git a/Changes b/Changes
index 5fb9fbb..15e3b03 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Algorithm-C3.
 
+0.04 Wed. Aug. 09, 2006
+    - Remove accidental "use Class::C3" from t/006_complex_merge.t
+      (no functional changes from 0.03)
+
 0.03 Tue. Aug. 08, 2006
     - New test + bugfix for RT#20879
 
diff --git a/README b/README
index 0fa512e..75c3fce 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Algorithm::C3 version 0.03
+Algorithm::C3 version 0.04
 ===========================
 
 See the individual module documentation for more information
index 1f0bd87..52cb318 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 sub merge {
     my ($root, $parent_fetcher) = @_;