X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType.pm;h=6ac653d4d12307427e54d64763ce3fa7f235b24d;hb=531f1ab6f98c126f57075dbbca4884ac9728703c;hp=06905ad3fb03a2654b298837c34fd2e0be90aa3e;hpb=52f71256fa6baba38de781b3074884ff0d12769f;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index 06905ad..6ac653d 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -1,6 +1,7 @@ package Catalyst::DispatchType; -use Moose; # using it to add Moose::Object to @ISA ... +use Moose; +with 'MooseX::Emulate::Class::Accessor::Fast'; no Moose; =head1 NAME @@ -58,6 +59,13 @@ arrayref, or undef if unable to do so. sub uri_for_action { } +=head2 $self->expand_action + +Default fallback, returns nothing. See L for more info +about expand_action. + +=cut + sub expand_action { } =head1 AUTHORS