The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.28 - 2014-02-18

  • Remove the method get_column_info().
  • Patch GraphViz2::DBI method create() to use DBIx::Admin::TableInfo, rather than approximately duplicate the code.
  • The hashref returned by table_info() has some changed some keys: o New: attributes o Changed: column_names => columns o Unchanged: foreign_keys o New: primary_keys Further, 'column_names' used to point to an array. 'columns' now points to a hashref.
  • Remove 'use utf8' from modules, because it's global (affects all modules loaded I gather).
  • Remove 'use open qw(:std :utf8)'.
  • Remove 'use charnames qw(:full :short)' because it is never used.
  • Update scripts/dbi.schema.pl to use $ENV{DBI_SCHEMA} for Postgres, if set.

Modules

A wrapper for AT&T's Graphviz
A wrapper for AT&T's Graphviz
Visualize a database schema as a graph
Visualize a data structure as a graph
Some utils to simplify testing and generating the demo page
Visualize N Perl class hierarchies as a graph
Visualize a Parse::RecDescent grammar as a graph
Visualize a Perl regular expression as a graph
Visualize a Set::FA::Element state transition table as a graph
Visualize XML as a graph
Visualize a yacc grammar as a graph
Visualize a yapp grammar as a graph
Some utils to generate the demo page