|
Posted by neil on January 2, 2005, 9:17 pm
Please log in for more thread options
Version 2.00 of the Graph-ReadWrite distribution is making its way
round CPAN:
file: $CPAN/authors/id/N/NE/NEILB/Graph-ReadWrite-2.00.tar.gz
size: 24093 bytes
md5: e82da37e1202dcf431f03375e5e553e0
The main change in this version is support for the changes in the
recent 0.5 release of Jarkko Hietaniemi's Graph classes.
Other changes:
- support for new Dot attributes
- node IDs are now quoted in Graph::Writer::Dot, which means
you can safely use spaces and other non-alphanumerics
(hyphens, colons, etc) in node names.
- fixed warnings from Graph::Reader::Dot
What is Graph-ReadWrite?
This is a collection of perl classes for reading and writing
directed graphs in a variety of file formats. The graphs are
represented in Perl using Jarkko Hietaniemi's Graph classes.
The package includes readers for Dot (the graphviz file format),
HTK, and a simple XML format. It includes writers for Dot, VCG,
daVinci, HTK, and the simple XML format.
Neil
|