mro compat stuff
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Regex.pm
index d21eb75..ea46f11 100644 (file)
@@ -1,6 +1,7 @@
 package Catalyst::DispatchType::Regex;
 
-use Class::C3;
+use MRO::Compat;
+use mro 'c3';
 use Moose;
 extends 'Catalyst::DispatchType::Path';