The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Graph::Easy::Manual:

2005-12-03 v0.24 Tels 2 tests - Doc, doc, doc, document the code...
  * add examples/pod2html and lib/graph/Easy/Pod2HTML.pm
  * require Graph::Easy 0.34
  * fix object tag for SVG example (needs width/height for firefox)
  * include explanation for non-SVG browsers
  * include Graph::Easy::Manual version in output
  * document:
    + autosplit nodes with basenames
    + A* runaway catcher
    + edge start/ending port restrictions
    + undirected/bidirectional edges with example 
  * update benchmark page
  * move specific hinting-examples from "Syntax" to "Hinting" chapter

2005-11-12 v0.23 Tels 2 tests
  * regenerate from Graph::Easy 0.33
  * update the docs with the new edge styles, autosplit attributes etc

2005-11-06 v0.22 Tels 2 tests
  * regenerate from Graph::Easy 0.32
  * support "I<>" markup in descriptions
  * add X<> keywords to POD for indexing

2005-10-30 v0.21 Tels 2 tests
  * regenerate from Graph::Easy 0.31
  * encode HTML pages in UTF-8

2005-09-18 v0.20 Tels 2 tests - Doc, doc, doc, document the code...
  * removed the POD-bases manual, and added the plain HTML
  * doc/gen_manual creates only the attributes pages
  * add POD tests via Test::POD (t/pod.t)
  * add POD coverage tests via Test::POD::Coverage (t/pod_cov.t)
  * build/gen_manual: sort example colors by brightness
  * build/gen_manual: create output path if it doesn't exist yet

2005-06-13 v0.19 Tels 10 tests - Doc, doc, doc, document the code...
  * Split up from Graph::Easy to avoid dependency on Pod::Simple
  * fix doc/gen_manual to include correct links in index
  * included more tests for Pod2HTML
  * support for format 'ascii' via as_ascii_html()