projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f93fa53
)
don't use Class::C3 explictly
Justin Hunter [Mon, 31 Jan 2011 17:49:00 +0000 (17:49 +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
ea2bb81
..
8401cef
100644
(file)
--- a/
lib/Class/C3/Componentised.pm
+++ b/
lib/Class/C3/Componentised.pm
@@
-40,8
+40,6
@@
L<MooseX::Object::Pluggable>.
use strict;
use warnings;
-# see Makefile.PL for discussion on why we load both Class::C3 and MRO::Compat
-use Class::C3 ();
use MRO::Compat;
use Class::Inspector;
use Carp;