Codebase list libgraph-perl / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

README for Perl module Graph

This is Graph, a Perl module for dealing with graphs, the abstract
data structures.  (If you were looking for pie charts, I'm sorry.)

This is a full rewrite of the Graph module 0.2xx series as discussed
in the book "Mastering Algorithms with Perl", written by Jarkko
Hietaniemi (the undersigned), John Macdonald, and Jon Orwant,
and published by O'Reilly and Associates.  This rewrite is not
fully compatible with the 0.2xx series, simply because I did
not want to carry over all the design flaws and bugs.

Test cases of all sizes to keep me honest are warmly welcomed.

For the changes, read Changes.

For the release notes, read RELEASE.

If you find bugs, please distill your test case to the absolute minimum
and report it, preferably via http://rt.cpan.org/NoAuth/Bugs.html?Dist=Graph

This module was written by

    Jarkko Hietaniemi
    jhi@iki.fi

Jarkko has moved onto other things, so now I'm maintaining this distribution.
I have no great plans for it, but will try to address any bugs reported,
and follow all modern conventions, etc. Pull requests and patches most welcome :-)

Neil Bowers
neil@cpan.org