Use MRO::Compat instead of Class::C3 as we already depend on it.
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Plugin / AddDispatchTypes.pm
index 9f247db..c1d30e5 100644 (file)
@@ -1,7 +1,7 @@
 package TestApp::Plugin::AddDispatchTypes;
 use strict;
 use warnings;
-use Class::C3;
+use MRO::Compat;
 
 sub setup_dispatcher {
     my $class = shift;