mro compat stuff
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / FastCGI.pm
index 41da9b9..397bdc0 100644 (file)
@@ -1,6 +1,7 @@
 package Catalyst::Engine::FastCGI;
 
-use Class::C3;
+use MRO::Compat;
+use mro 'c3';
 use Moose;
 extends 'Catalyst::Engine::CGI';