don't use Class::C3 explictly
Justin Hunter [Mon, 31 Jan 2011 17:49:00 +0000 (17:49 +0000)]
lib/Class/C3/Componentised.pm

index ea2bb81..8401cef 100644 (file)
@@ -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;