From: Florian Ragwitz Date: Wed, 27 May 2009 22:50:39 +0000 (+0200) Subject: Version 0.08. X-Git-Tag: 0.08^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e6ea26dce721742d58f0e07c0de040f74d659b1e;p=gitmo%2FAlgorithm-C3.git Version 0.08. --- diff --git a/Changes b/Changes index bc1d5a8..ce5b375 100644 --- 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 --- 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. diff --git a/lib/Algorithm/C3.pm b/lib/Algorithm/C3.pm index ca39ac5..c37e892 100644 --- a/lib/Algorithm/C3.pm +++ b/lib/Algorithm/C3.pm @@ -6,7 +6,7 @@ use warnings; use Carp 'confess'; -our $VERSION = '0.07'; +our $VERSION = '0.08'; sub merge { my ($root, $parent_fetcher, $cache) = @_;