From: Justin Hunter Date: Mon, 31 Jan 2011 17:49:00 +0000 (+0000) Subject: don't use Class::C3 explictly X-Git-Tag: v1.001000~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b19c312fc6cb10d8d3be37fbaaa0a9919be778fc;p=p5sagit%2FClass-C3-Componentised.git don't use Class::C3 explictly --- diff --git a/lib/Class/C3/Componentised.pm b/lib/Class/C3/Componentised.pm index ea2bb81..8401cef 100644 --- a/lib/Class/C3/Componentised.pm +++ b/lib/Class/C3/Componentised.pm @@ -40,8 +40,6 @@ L. 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;