From: Peter Rabbitson Date: Sat, 19 Mar 2011 10:24:44 +0000 (+0000) Subject: Release 1.0008 (forgotten commit) X-Git-Tag: v1.001000~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FClass-C3-Componentised.git;a=commitdiff_plain;h=011bd3f117b6a33537364b21437d894523cfc5a4 Release 1.0008 (forgotten commit) --- diff --git a/Changes b/Changes index dddd8a0..c7d3974 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Class-C3-Componentised +1.0008 24 Feb 2011 Fix inject_base regression introduced during optimizations in 1.0007 diff --git a/lib/Class/C3/Componentised.pm b/lib/Class/C3/Componentised.pm index 1f85d67..8d3058a 100644 --- a/lib/Class/C3/Componentised.pm +++ b/lib/Class/C3/Componentised.pm @@ -49,7 +49,7 @@ use MRO::Compat; use Carp; -our $VERSION = 1.0007; +our $VERSION = 1.0008; my $invalid_class = qr/(?: \b:\b | \:{3,} | \:\:$ )/x;