X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType%2FIndex.pm;h=610e0a4c7f36ace1bf84e2712f6a0103e31e11c8;hb=52f71256fa6baba38de781b3074884ff0d12769f;hp=ca68118aa62ec6315e6e4b478fe82b5818cf2d1e;hpb=e8b9f2a92084b3b9dab6b2b879900481b8548b3b;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType/Index.pm b/lib/Catalyst/DispatchType/Index.pm index ca68118..610e0a4 100644 --- a/lib/Catalyst/DispatchType/Index.pm +++ b/lib/Catalyst/DispatchType/Index.pm @@ -2,9 +2,7 @@ package Catalyst::DispatchType::Index; use Moose; extends 'Catalyst::DispatchType'; - -#use strict; -#use base qw/Catalyst::DispatchType/; +no Moose; =head1 NAME @@ -58,9 +56,9 @@ sub uri_for_action { return "/".$action->namespace; } -=head1 AUTHOR +=head1 AUTHORS -Sebastian Riedel, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT @@ -69,4 +67,6 @@ the same terms as Perl itself. =cut +__PACKAGE__->meta->make_immutable; + 1;