mro compat stuff
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionChain.pm
index 450c88e..692065a 100644 (file)
@@ -1,6 +1,7 @@
 package Catalyst::ActionChain;
 
-use Class::C3;
+use MRO::Compat;
+use mro 'c3';
 use Moose;
 extends qw(Catalyst::Action);