Make go('/chained/action') execute the full chain, not just the endpoint.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType.pm
index d49febc..06905ad 100644 (file)
@@ -1,6 +1,5 @@
 package Catalyst::DispatchType;
 
-use Class::C3;
 use Moose; # using it to add Moose::Object to @ISA ...
 no Moose;
 
@@ -59,10 +58,11 @@ arrayref, or undef if unable to do so.
 
 sub uri_for_action { }
 
-=head1 AUTHOR
+sub expand_action { }
 
-Matt S Trout
-Sebastian Riedel, C<sri@cpan.org>
+=head1 AUTHORS
+
+Catalyst Contributors, see Catalyst.pm
 
 =head1 COPYRIGHT