X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=faa7ae8537524946f8a9bb44d9b80bad65811aa7;hb=fbedfd6b5429958bd65800beef2951db97ea50f2;hp=45036a65e96785de55cbb9e6867b5323f3e622f3;hpb=55424863eb3c285a31f47e0acedab864ccb1f335;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 45036a6..faa7ae8 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1036,6 +1036,8 @@ 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); +=back + =cut sub uri_for { @@ -2136,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;