Create branch register_actions.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Default.pm
index e1d0050..2fc3bc9 100644 (file)
@@ -1,7 +1,9 @@
 package Catalyst::DispatchType::Default;
 
-use strict;
-use base qw/Catalyst::DispatchType/;
+use Moose;
+extends 'Catalyst::DispatchType';
+
+no Moose;
 
 =head1 NAME
 
@@ -56,4 +58,6 @@ the same terms as Perl itself.
 
 =cut
 
+__PACKAGE__->meta->make_immutable;
+
 1;