From: Florian Ragwitz Date: Sat, 17 Jan 2009 14:33:18 +0000 (+0000) Subject: Remove a workaround for C3 warnings that are now fixed in Class::C3 itself. X-Git-Tag: 5.8000_05~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d74245931ad3cae714ae65dbdbc39dcabe2099cd Remove a workaround for C3 warnings that are now fixed in Class::C3 itself. --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4255eec..691fff6 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1,9 +1,5 @@ package Catalyst; -# we don't need really need this, but if we load it before MRO::Compat gets -# loaded (via Moose and Class::MOP), we can avoid some nasty warnings -use Class::C3; - use Moose; extends 'Catalyst::Component'; use bytes;