mro compat stuff
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
index 1e580c3..ef5a447 100644 (file)
@@ -1,5 +1,7 @@
 package Catalyst::View;
 
+use MRO::Compat;
+use mro 'c3';
 use Moose;
 extends qw/Catalyst::Component/;