path
# given $space (Foo::Bar)
$space->path();
# Foo/Bar
$space->path('lib/%s');
# lib/Foo/Bar
The path method returns a path string for the package namespace. This method optionally takes a format string.
path(Str $arg1) : Str
method
5 POD Errors
The following errors were encountered while parsing the POD:
- Around line 10:
Unknown directive: =name
- Around line 14:
Unknown directive: =usage
- Around line 26:
Unknown directive: =description
- Around line 31:
Unknown directive: =signature
- Around line 35:
Unknown directive: =type