Skip Menu |

This queue is for tickets about the GraphViz CPAN distribution.

Report information
The Basics
Id: 32392
Status: resolved
Priority: 0/
Queue: GraphViz

People
Owner: Nobody in particular
Requestors: charles.minc [...] wanadoo.fr
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: installation
Installation of GraphViz from www.graphviz.org set the path between double quotes for windows system. I think that is not a problem for the system but MakeFile.PL looks for dot.exe to exists. In fact, the program gets something like that "C:\where_is_GraphViz\"dot.exe that never exits and so installation failed. So adding something like: $dir ~=s/\"//g ; before line 36 probably will fix this problem. Regards. Charles
This issue is fixed in GraphViz2 V 1.00. There won't be any more development on GraphViz. At least, I hope it's resolved by using File::Which to find the dot executable on any system.