Graph-Feather

Like Graph::Directed basics, but with SQLite backend


Keywords
data-structures, directed-graph, graph-algorithms, perl-module
License
Artistic-1.0-Perl

Documentation

Graph-Feather
=============

Please see `perldoc lib/Graph/Feather.pm` for details.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install