File: README

package info (click to toggle)
libgraph-perl 1%3A0.81-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,088 kB
  • ctags: 548
  • sloc: perl: 5,557; makefile: 37; sh: 7
file content (23 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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

Jarkko Hietaniemi
jhi@iki.fi