• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H10-Oct-2021-8,6115,503

t/H10-Oct-2021-13,43011,843

util/H10-Oct-2021-164132

ChangesH A D10-Oct-202130.6 KiB834575

DESIGNH A D19-Oct-20204.5 KiB8873

MANIFESTH A D10-Oct-20212 KiB120119

META.jsonH A D10-Oct-20211.7 KiB7473

META.ymlH A D10-Oct-2021801 3534

Makefile.PLH A D02-Aug-20212 KiB8271

READMEH A D19-Oct-20201.1 KiB3422

RELEASEH A D19-Oct-20202.9 KiB6853

TODOH A D19-Oct-20201.4 KiB4234

README

1README for Perl module Graph
2
3This is Graph, a Perl module for dealing with graphs, the abstract
4data structures.  (If you were looking for pie charts, I'm sorry.)
5
6This is a full rewrite of the Graph module 0.2xx series as discussed
7in the book "Mastering Algorithms with Perl", written by Jarkko
8Hietaniemi (the undersigned), John Macdonald, and Jon Orwant,
9and published by O'Reilly and Associates.  This rewrite is not
10fully compatible with the 0.2xx series, simply because I did
11not want to carry over all the design flaws and bugs.
12
13Test cases of all sizes to keep me honest are warmly welcomed.
14
15For the changes, read Changes.
16
17For the release notes, read RELEASE.
18
19If you find bugs, please distill your test case to the absolute minimum
20and report it, preferably via http://rt.cpan.org/NoAuth/Bugs.html?Dist=Graph
21
22This module was written by
23
24    Jarkko Hietaniemi
25    jhi@iki.fi
26
27Jarkko has moved onto other things, so now I'm maintaining this distribution.
28I have no great plans for it, but will try to address any bugs reported,
29and follow all modern conventions, etc. Pull requests and patches most welcome :-)
30
31Neil Bowers
32neil@cpan.org
33
34