X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType.pm;h=6ac653d4d12307427e54d64763ce3fa7f235b24d;hb=531f1ab6f98c126f57075dbbca4884ac9728703c;hp=dcc442f9ec931ad095a57b170deff87788a7fa9d;hpb=ac5c933bdd463558e8d621507a53a7b247a9093e;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index dcc442f..6ac653d 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -1,8 +1,8 @@ package Catalyst::DispatchType; use Moose; -#use strict; -#use base 'Class::Accessor::Fast'; +with 'MooseX::Emulate::Class::Accessor::Fast'; +no Moose; =head1 NAME @@ -59,10 +59,18 @@ arrayref, or undef if unable to do so. sub uri_for_action { } -=head1 AUTHOR +=head2 $self->expand_action -Matt S Trout -Sebastian Riedel, C +Default fallback, returns nothing. See L for more info +about expand_action. + +=cut + +sub expand_action { } + +=head1 AUTHORS + +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT