X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType.pm;h=fb4d0affed12e3676da9191d1cd11a1a02a32df1;hp=6ac653d4d12307427e54d64763ce3fa7f235b24d;hb=26dc649ad1a74622697f25fcbf29e806e75fcd2f;hpb=531f1ab6f98c126f57075dbbca4884ac9728703c diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index 6ac653d..fb4d0af 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -14,7 +14,12 @@ See L. =head1 DESCRIPTION -This is an abstract base class for Dispatch Types. +This is an abstract base class for Dispatch Types. + +From a code perspective, dispatch types are used to find which actions +to call for a given request URL. Website authors will typically work +with them via subroutine names attributes; a description of dispatch +at the attribute/URL level is given in L. =head1 METHODS