[Catalyst-commits] r10969 - in
Catalyst-Runtime/5.80/branches/contextual_uri_for/lib: . Catalyst
pjfl at dev.catalyst.perl.org
pjfl at dev.catalyst.perl.org
Fri Jul 24 12:17:56 GMT 2009
Author: pjfl
Date: 2009-07-24 12:17:55 +0000 (Fri, 24 Jul 2009)
New Revision: 10969
Modified:
Catalyst-Runtime/5.80/branches/contextual_uri_for/lib/Catalyst.pm
Catalyst-Runtime/5.80/branches/contextual_uri_for/lib/Catalyst/Dispatcher.pm
Log:
Removed Emacs highlight fix
Modified: Catalyst-Runtime/5.80/branches/contextual_uri_for/lib/Catalyst/Dispatcher.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/contextual_uri_for/lib/Catalyst/Dispatcher.pm 2009-07-24 09:58:33 UTC (rev 10968)
+++ Catalyst-Runtime/5.80/branches/contextual_uri_for/lib/Catalyst/Dispatcher.pm 2009-07-24 12:17:55 UTC (rev 10969)
@@ -391,8 +391,6 @@
if ( $c->debug && @args );
}
-# ' Emacs highlight fix. Remove before commit
-
=head2 $self->get_action( $action, $namespace )
returns a named action from a given namespace.
Modified: Catalyst-Runtime/5.80/branches/contextual_uri_for/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/contextual_uri_for/lib/Catalyst.pm 2009-07-24 09:58:33 UTC (rev 10968)
+++ Catalyst-Runtime/5.80/branches/contextual_uri_for/lib/Catalyst.pm 2009-07-24 12:17:55 UTC (rev 10969)
@@ -1252,8 +1252,6 @@
$res;
}
-# ' Emacs highlight fix. Remove before commit
-
=head2 $c->_get_action_and_flatten_args( $c, $action, \@args )
=head2 $c->_get_action_and_flatten_args( $c, $controller_name, \@args )
More information about the Catalyst-commits
mailing list