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.