Bump version requirement for MX::Emulate::CAF to the new release which fixes the...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Index.pm
index bbda89c..b6b649b 100644 (file)
@@ -2,9 +2,7 @@ package Catalyst::DispatchType::Index;
 
 use Moose;
 extends 'Catalyst::DispatchType';
-
-#use strict;
-#use base qw/Catalyst::DispatchType/;
+no Moose;
 
 =head1 NAME
 
@@ -69,7 +67,6 @@ the same terms as Perl itself.
 
 =cut
 
-no Moose;
 __PACKAGE__->meta->make_immutable;
 
 1;