http://www.perlmonks.org?node_id=900773


in reply to Re^3: Relative URI
in thread Relative URI

5.2 describes how to make an absolute uri from a (possibly) relative URL.

In that context, "/d/../e/" is equivalent to "/e/", but the module already does that correctly.

Update: 6.2.2.3 seems more relevant here.