X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType%2FIndex.pm;h=610e0a4c7f36ace1bf84e2712f6a0103e31e11c8;hb=3b9c081223446195cf979709aa33295d6e993f3f;hp=1cb5bdb6ee8f655e5cdf86fbeccb05e75e4d89e1;hpb=0fc2d522eec43202c21e9f0062e43f10db4d9008;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType/Index.pm b/lib/Catalyst/DispatchType/Index.pm index 1cb5bdb..610e0a4 100644 --- a/lib/Catalyst/DispatchType/Index.pm +++ b/lib/Catalyst/DispatchType/Index.pm @@ -1,6 +1,5 @@ package Catalyst::DispatchType::Index; -use Class::C3; use Moose; extends 'Catalyst::DispatchType'; no Moose; @@ -57,9 +56,9 @@ sub uri_for_action { return "/".$action->namespace; } -=head1 AUTHOR +=head1 AUTHORS -Sebastian Riedel, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT