[Catalyst-commits] r12525 - Catalyst-Runtime/5.80/trunk/lib/Catalyst
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Jan 4 20:55:25 GMT 2010
Author: t0m
Date: 2010-01-04 20:55:25 +0000 (Mon, 04 Jan 2010)
New Revision: 12525
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Dispatcher.pm
Log:
Clarify comment
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Dispatcher.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Dispatcher.pm 2010-01-04 20:52:10 UTC (rev 12524)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Dispatcher.pm 2010-01-04 20:55:25 UTC (rev 12525)
@@ -153,7 +153,7 @@
$action = $self->_invoke_as_path( $c, "$command", \@args );
}
- # go to a component ( "MyApp::*::Foo" or $c->component("...")
+ # go to a component ( "View::Foo" or $c->component("...")
# - a path or an object)
unless ($action) {
my $method = @extra_params ? $extra_params[0] : "process";
More information about the Catalyst-commits
mailing list