X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType.pm;h=28ddbc54c66c2024e0a8724ff3a3eda8ad5600f1;hb=b99ff5d87e80f13652bf374e2ce8f10c7156ac6e;hp=99da4c6137669e0c6b785e05dc1f2047f36e82bc;hpb=6680c772eaa987eafdb32e9437fd2d649dc914d9;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType.pm b/lib/Catalyst/DispatchType.pm index 99da4c6..28ddbc5 100644 --- a/lib/Catalyst/DispatchType.pm +++ b/lib/Catalyst/DispatchType.pm @@ -1,8 +1,7 @@ package Catalyst::DispatchType; -use Moose; -#use strict; -#use base 'Class::Accessor::Fast'; +use Moose; # using it to add Moose::Object to @ISA ... +no Moose; =head1 NAME @@ -59,10 +58,18 @@ arrayref, or undef if unable to do so. sub uri_for_action { } -=head1 AUTHOR +=head2 $self->expand_action + +Default fallback, returns nothing. See L for more info +about expand_action. + +=cut -Matt S Trout -Sebastian Riedel, C +sub expand_action { } + +=head1 AUTHORS + +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT @@ -71,7 +78,6 @@ the same terms as Perl itself. =cut -no Moose; __PACKAGE__->meta->make_immutable; 1;