There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

PNI::Out - is a node output

ATTRIBUTES

edges

my $edge = PNI::Edge->new;

$out->edges->add($edge);

$out->edges->del($another_edge);

my @edges = $out->edges->list;

METHODS

is_connected

$out->is_connected;