projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b34a402
)
Version 1.0006
Ash Berlin [Tue, 8 Sep 2009 13:15:12 +0000 (13:15 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Class/C3/Componentised.pm
patch
|
blob
|
blame
|
history
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)
diff --git
a/lib/Class/C3/Componentised.pm
b/lib/Class/C3/Componentised.pm
index
489ea28
..
ea2bb81
100644
(file)
--- 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 )