
Path::Resource::Base - A resource base for a Path::Resource object

No need to use this class directly, see Path::Resource for more information.

Create a new Path::Resource::Base object with the given $dir, $uri, and (optional) $loc
Return a new Path::Resource::Base object that is a clone of $base
Return the original $uri, optionally changing it by passing in a new $uri
$uri is a URI object, but if you pass in a valid URI string it will Do The Right Thing(tm) and convert it
Return the calculated $loc, optionally changing it by passing in a new $loc
$loc is a Path::Abstract object, but if you pass in a valid Path::Abstract string it will Do The Right Thing(tm) and convert it
Return the original $dir, optionally changing it by passing in a new $dir
$dir is a Path::Class::Dir object, but if you pass in a valid Path::Class::Dir string it will Do The Right Thing(tm) and convert it