Subject: | wish: understand equivalent root |
My application has a number of fully qualified links in it. Normally,
this module would treat these links as "external" if they point back to
the application. would like way to express that one URL corresponds to
the root of the application, and should always be tested directly, not
as an external link:
$mech->app_root_uri('http://my.server.com/myapp');
Now when it processes a link for:
http://my.server.com/myapp/foo
That would get dispatched internally as "/foo".
Mark