On Sep 1, 2008, at 05:17, David Golden wrote:
if (!$dot_version) { warn "You must install the graphviz package..." and exit 0; }
That seems…annoying. I'll grant you that you need to be able to distinguish real failures from dependency failures, but surely there's a better way, no?
Best, David