start using Class::C3, may need to add a reinitalize bit later, not sure
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index 4469a1d..640a209 100644 (file)
@@ -17,6 +17,7 @@ L<Catalyst::Controller> subclasses.
 
 =cut
 
+use Class::C3;
 use Moose;
 
 has class => (is => 'rw');