NAME
PNI::Finder - searches for available nodes
DESCRIPTION
This module is used internally by PNI::node_list method.
SYNOPSIS
my $find = PNI::Finder->new; # it is a singleton
my @nodes = $find->nodes;
METHODS
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.
SEE ALSO
AUTHOR
G. Casati , <fibo@cpan.org>
LICENSE AND COPYRIGHT
Copyright (C) 2009-2011, Gianluca Casati
This program is free software, you can redistribute it and/or modify it under the same terms of the Artistic License version 2.0 .