Skip Menu |

This queue is for tickets about the GraphViz-Data-Structure CPAN distribution.

Report information
The Basics
Id: 69190
Status: resolved
Priority: 0/
Queue: GraphViz-Data-Structure

People
Owner: Nobody in particular
Requestors: ssb [...] umn.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.17
Fixed in: (no value)



Subject: dot version check in Makefile.PL broken with dot v2.26.3
Output of "dot": dot - graphviz version 2.26.3 (20100126.1600) The regex matches only "Graphviz"...i.e. doesn't match lower case. Something like this maybe: my (@v) = ($dot_version =~ /dot (?:- [Gg]raphviz )?version (\d+)\.(\d+)/);
Fixed this March 2011 with version 0.18; forgot to close this ticket.