projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d2b0e11
)
Load MRO::Compat after Class::C3 so Class::C3::{,re,un}initialize are no-ops on 5.10.
Florian Ragwitz [Wed, 18 Mar 2009 14:24:32 +0000 (14:24 +0000)]
lib/Class/C3/Componentised.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/C3/Componentised.pm
b/lib/Class/C3/Componentised.pm
index
ec88504
..
d1d48ba
100644
(file)
--- a/
lib/Class/C3/Componentised.pm
+++ b/
lib/Class/C3/Componentised.pm
@@
-41,8
+41,8
@@
use strict;
use warnings;
# see Makefile.PL for discussion on why we load both Class::C3 and MRO::Compat
-use MRO::Compat;
use Class::C3 ();
+use MRO::Compat;
use Class::Inspector;
use Carp;