X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=faa7ae8537524946f8a9bb44d9b80bad65811aa7;hb=fbedfd6b5429958bd65800beef2951db97ea50f2;hp=4113fed42af5991d43b5dd6cacff90c043b14431;hpb=d5e3d528ff5f0cbe8796e78fc87573653d929712;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4113fed..faa7ae8 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1036,10 +1036,10 @@ using C<< $c->req->captures >>. # For the Foo action in the Bar controller $c->uri_for($c->controller->('Bar')->action_for('Foo'), $c->req->captures); -=cut - =back +=cut + sub uri_for { my ( $c, $path, @args ) = @_; @@ -2138,9 +2138,6 @@ sub setup_engine { } Class::MOP::load_class($engine); - #unless (Class::Inspector->loaded($engine)) { - # require Class::Inspector->filename($engine); - #} # check for old engines that are no longer compatible my $old_engine;