• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..24-Apr-201479

ChangesH A D24-Apr-201423.4 KiB

DESIGNH A D24-Apr-20144.5 KiB

lib/H24-Apr-20146

Makefile.PLH A D24-Apr-2014895

MANIFESTH A D24-Apr-20142.8 KiB

META.jsonH A D24-Apr-20141,006

META.ymlH A D24-Apr-2014536

READMEH A D24-Apr-20141.3 KiB

RELEASEH A D24-Apr-20142.9 KiB

t/H24-Apr-2014130

TODOH A D24-Apr-20141.4 KiB

util/H24-Apr-20147

README

1***
2*** As of Graph 0.95 the Graph module is unsupported since I have
3*** utterly and completely ran out of time to support it.  It still
4*** mostly works, amazingly enough, but what is broken or unfinished
5*** will remain so. Three year interval between releases should tell
6*** you something.
7***
8*** If someone feels like rewriting Graph, I can offer some ideas.
9*** But the existing code as such is an unmaintainable pile of horrors.
10*** My apologies.
11***
12*** <gandalf>I have no memory of this place.</gandalf>
13***
14
15This is Graph, a Perl module for dealing with graphs, the abstract
16data structures.  (If you were looking for pie charts, I'm sorry.)
17
18This is a full rewrite of the Graph module 0.2xx series as discussed
19in the book "Mastering Algorithms with Perl", written by Jarkko
20Hietaniemi (the undersigned), John Macdonald, and Jon Orwant,
21and published by O'Reilly and Associates.  This rewrite is not
22fully compatible with the 0.2xx series, simply because I did
23not want to carry over all the design flaws and bugs.
24
25Test cases of all sizes to keep me honest are warmly welcomed.
26
27For the changes, read Changes.
28
29For the release notes, read RELEASE.
30
31If you find bugs, please distill your test case to the absolute minimum
32and report it, preferably via http://rt.cpan.org/NoAuth/Bugs.html?Dist=Graph
33
34Jarkko Hietaniemi
35jhi@iki.fi
36
37
38