The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PNI::Finder - searches for available nodes

SYNOPSIS

    my $find = PNI::Finder->new;
    my @node_list = $find->nodes;

METHODS

nodes

    my @node_list = $find->nodes;

Returns a list of available PNI nodes, i.e. every package under the PNI::Node namespace that is a valid PNI::Node, minus the leading 'PNI::Node::' string.