Data::Object::Space

Data-Object Space Class

use Data::Object::Space;

my $space = Data::Object::Space->new('data/object');

"$space"
# Data::Object

$space->name;
# Data::Object

$space->path;
# Data/Object

$space->file;
# Data/Object.pm

$space->children;
# ['Data/Object/Array.pm', ...]

$space->siblings;
# ['Data/Dumper.pm', ...]

$space->load;
# Data::Object

This package provides methods for parsing and manipulating package namespaces.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 8:

Unknown directive: =name

Around line 12:

Unknown directive: =abstract

Around line 16:

Unknown directive: =synopsis

Around line 43:

Unknown directive: =description