load

# given $space (Foo::Bar)

$space->load();

# throws exception, unless Foo::Bar is loadable

The load method check whether the package namespace is already loaded and if not attempts to load the package. If the package is not loaded and is not loadable, this method will throw an exception using croak. If the package is loadable, this method returns truthy with the package name.

load() : 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 22:

Unknown directive: =description

Around line 29:

Unknown directive: =signature

Around line 33:

Unknown directive: =type