Revision history for Perl extension Devel::Graph. 0.06 2006-01-01 Tels 15 tests * require PPI v1.09 * require Graph::Flowchart v0.07 * check argument to decompose() and croak on errors * allow $graph->graph($code); calling style * added "while" and until" loop support (both w/ and w/o continue blocks) * support: "for (@list) { ... } continue { ... }" 0.05 2005-12-27 Tels 5 tests * require PPI v1.08 * require Graph::Flowchart v0.06 * implement graph(), decompose() * graph() and decompose() can take code ref or filename * can export graph() * add: reset() * add documentation about customizing the Graph::Easy object 0.04 2005-12-07 Tels 5 tests * relocate flowchart code to Graph::Flowchart 0.03 2005-11-13 Tels 17 tests * require Graph::Easy v0.33 * require PPI v1.04 * require Perl v5.8.0 * update POD with examples and note that decomposing is not implemented yet * add: add_while() 0.02 2005-11-06 Tels 18 tests * require Graph::Easy 0.32 0.01 2005-11-06 Tels 18 tests * first version