Release 1.0009
[p5sagit/Class-C3-Componentised.git] / lib / Class / C3 / Componentised.pm
index 61c591b..58f9f2b 100644 (file)
@@ -49,7 +49,7 @@ use MRO::Compat;
 
 use Carp ();
 
-our $VERSION = 1.0008;
+our $VERSION = 1.0009;
 
 my $invalid_class = qr/(?: \b:\b | \:{3,} | \:\:$ )/x;