CPAN Dependencies Graph
To run this in a local environment, you need a Redis server, and to create a cpan_deps_graph.conf pointing to it, for example:
{
redis_url => 'redis://localhost/',
}
Install the dependencies from the cpanfile:
$ cpanm --installdeps .
Then load the cache with at least one module's data:
$ ./cpan_deps_graph.pl cache --deeply GraphViz2
Then start the application server:
$ ./cpan_deps_graph.pl daemon
This software is Copyright (c) 2019 by Dan Book.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Bundled Perl 5 Raptor Copyright (c) 2012, Sebastian Riedel.
Licensed under the CC-SA License, Version 4.0 http://creativecommons.org/licenses/by-sa/4.0.