used
# given $space (Foo::Bar)
$space->used();
# undef, unless Foo::Bar is in %INC
The used method searches %INC for the package namespace and if found returns the filepath and complete filepath for the loaded package, otherwise returns undef.
used() : ArrayRef | Undef
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 22:
Unknown directive: =description
- Around line 28:
Unknown directive: =signature
- Around line 32:
Unknown directive: =type