Subject: | download graphviz during installation |
I'd love to use your library for a project, but the test results mostly say unknown. The problem is that none of the testers have GraphViz installed, and so the Makefile.PL just exits.
It would be useful to download GraphViz for the user (after asking the user's permission). I know I've seen this done before, but I can't think of where.
Another thing that might help end users is to give them a moment to go download GraphViz, like Module::Signature does (https://metacpan.org/source/AUDREYT/Module-Signature-0.73/Makefile.PL#L129).
Or maybe an Alien::GraphViz module. I don't really know what goes into making that, though I think it should be easier now that there's Alien::Base.