From: Ash Berlin Date: Tue, 8 Sep 2009 13:15:12 +0000 (+0000) Subject: Version 1.0006 X-Git-Tag: v1.001000~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ade50a21cd4aecf2976f12b455b47c7ae1e4ea30;p=p5sagit%2FClass-C3-Componentised.git Version 1.0006 --- diff --git a/Changes b/Changes index 6e5a12d..d968c09 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Class-C3-Componentised +1.0006 08 Sep 2009 Allow derived classes without component_base_class(), given all arguments to load_components are absolute class names (+Classname) diff --git a/lib/Class/C3/Componentised.pm b/lib/Class/C3/Componentised.pm index 489ea28..ea2bb81 100644 --- a/lib/Class/C3/Componentised.pm +++ b/lib/Class/C3/Componentised.pm @@ -46,7 +46,7 @@ use MRO::Compat; use Class::Inspector; use Carp; -our $VERSION = 1.0005; +our $VERSION = 1.0006; =head2 load_components( @comps )