projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0b8e135
)
Version bump for release
Ash Berlin [Wed, 18 Mar 2009 18:44:41 +0000 (18:44 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Class/C3/Componentised.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
dfb4c36
..
29f8c5d
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
Revision history for Class-C3-Componentised
+1.0004 18 Mar 2009
+ Port to use MRO::Compat (rafl)
+
1.0003 5 Mar 2008
Fix tests on perl 5.10.0
diff --git
a/lib/Class/C3/Componentised.pm
b/lib/Class/C3/Componentised.pm
index
d1d48ba
..
815bf41
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.0003;
+our $VERSION = 1.0004;
=head2 load_components( @comps )