The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.01 - 2012-02-12

  • Fixed RT bug #39792: trying to call method set_graph_attribute() on Graph::Reader::XML, which should have been set_attribute().
  • changed calls to File::Compare::compare() to hopefully cope with EOL differences between Windows and Unix. Reported by Philip Potter, and fix noted by Max
  • Ensured all modules were use'ing strict and warnings. Fixed warnings :-)
  • Cleaned up formatting of all modules
  • renamed ChangeLog to Changes and reformatted as per CPAN::Changes::Spec

Modules

base class for Graph file format readers
class for reading a Graph instance from Dot format
read an HTK lattice in as an instance of Graph
class for reading a Graph instance from XML
base class for Graph file format writers
write out directed graph in Dot format
write a perl Graph out as an HTK lattice file
write out directed graph in VCG format
write out directed graph as XML
write out directed graph in daVinci format

Provides

in lib/Graph/Reader/Dot.pm