file
# given $space (Foo::Bar)
$space->file();
# Foo/Bar.pm
$space->file('lib/%s');
# lib/Foo/Bar.pm
The file method returns a file string for the package namespace. This method optionally takes a format string.
file(Str $arg1 = '%s') : 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