From: Peter Rabbitson Date: Sun, 20 Mar 2011 00:58:23 +0000 (+0000) Subject: Release 1.0009 X-Git-Tag: v1.001000~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=459c3ae315bcf974871192c6d27a4b2fae9e483d;p=p5sagit%2FClass-C3-Componentised.git Release 1.0009 --- diff --git a/Changes b/Changes index 5985a0e..f081bcd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Class-C3-Componentised +1.0009 20 Mar 2011 - Stop importing Carp functions (and thus polluting the inheritor namespaces) - Make sure $_ is properly preserved even if the loaded module diff --git a/lib/Class/C3/Componentised.pm b/lib/Class/C3/Componentised.pm index 61c591b..58f9f2b 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.0008; +our $VERSION = 1.0009; my $invalid_class = qr/(?: \b:\b | \:{3,} | \:\:$ )/x;