Version 0.08. 0.08
Florian Ragwitz [Wed, 27 May 2009 22:50:39 +0000 (00:50 +0200)]
Changes
README
lib/Algorithm/C3.pm

diff --git a/Changes b/Changes
index bc1d5a8..ce5b375 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Algorithm-C3.
 
+0.08 Thu. May 28, 2009
+    - Fix a couple of doc typos.
+    - Don't create a fake Makefile.PL.
+
 0.07 Mon. May 14, 2007
     - Some very small optimizations had been
       gathering in the repo for a while, this
diff --git a/README b/README
index 461cab4..9d9ad35 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Algorithm::C3 version 0.07
+Algorithm::C3 version 0.08
 ===========================
 
 See the individual module documentation for more information
@@ -25,5 +25,5 @@ Copyright (C) 2006 Infinity Interactive, Inc.
 http://www.iinteractive.com
 
 This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself. 
+it under the same terms as Perl itself.
 
index ca39ac5..c37e892 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 sub merge {
     my ($root, $parent_fetcher, $cache) = @_;