Remove a workaround for C3 warnings that are now fixed in Class::C3 itself.
Florian Ragwitz [Sat, 17 Jan 2009 14:33:18 +0000 (14:33 +0000)]
lib/Catalyst.pm

index 4255eec..691fff6 100644 (file)
@@ -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;