Load Class::C3. Other code relies on us doing that.
[p5sagit/Class-C3-Componentised.git] / lib / Class / C3 / Componentised.pm
index 9d3f1fd..ec88504 100644 (file)
@@ -40,7 +40,9 @@ L<MooseX::Object::Pluggable>.
 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 Class::Inspector;
 use Carp;