start using Class::C3, may need to add a reinitalize bit later, not sure
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Index.pm
index bbda89c..1cb5bdb 100644 (file)
@@ -1,10 +1,9 @@
 package Catalyst::DispatchType::Index;
 
+use Class::C3;
 use Moose;
 extends 'Catalyst::DispatchType';
-
-#use strict;
-#use base qw/Catalyst::DispatchType/;
+no Moose;
 
 =head1 NAME
 
@@ -69,7 +68,6 @@ the same terms as Perl itself.
 
 =cut
 
-no Moose;
 __PACKAGE__->meta->make_immutable;
 
 1;