Changes for version 0.06 - 2005-12-27
- require Graph::Easy v0.37
- add:
- add_goto(), add_break(), add_return(), add_last(), add_new_block()
- make_current(), current(), add_new_join(),
- N_GOTO N_RETURN N_BREAK N_NEXT N_LAST N_SUB N_USE
- connect() can set the edge class, too
- set edge classes for: true, false, goto, return, break, last, next
- remove dead code relating to setting graph attributes
- new_block(): handle label names (for goto)
- Node.pm: turn '\n' into '\n' for correct node labels
- fix POD of Node.pm
- use strict, not warnings in .pm files
- add_if_then() and add_if_then_else() return all blocks in list context
Modules
Generate easily flowcharts as Graph::Easy objects
A node in a Graph::Flowchart, representing a block/expression