Grinnz / cpan-deps-graph

Home Page:https://cpandeps.grinnz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

CPAN Dependencies Graph

SETUP

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

COPYRIGHT AND LICENSE

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.

About

https://cpandeps.grinnz.com


Languages

Language:Perl 73.0%Language:JavaScript 27.0%