Version 1.0006
Ash Berlin [Tue, 8 Sep 2009 13:15:12 +0000 (13:15 +0000)]
Changes
lib/Class/C3/Componentised.pm

diff --git a/Changes b/Changes
index 6e5a12d..d968c09 100644 (file)
--- 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)
 
index 489ea28..ea2bb81 100644 (file)
@@ -46,7 +46,7 @@ use MRO::Compat;
 use Class::Inspector;
 use Carp;
 
-our $VERSION = 1.0005;
+our $VERSION = 1.0006;
 
 =head2 load_components( @comps )