generate svg of DBICTest::Schema in author mode people/felliott/test-schema-graphviz
authorFitz Elliott <felliott@fiskur.org>
Wed, 9 Jul 2014 21:22:46 +0000 (17:22 -0400)
committerFitz Elliott <felliott@fiskur.org>
Fri, 12 Jun 2015 23:29:10 +0000 (17:29 -0600)
commitad93ee3644101e17d08bfbbd36cb3b181c9e27b2
treeea468e014245470c37c9860844befb718cfd332f
parent409a3b1e1774dcaceb591544e656dd09e3a75878
generate svg of DBICTest::Schema in author mode

 * Use SQL::Translator and GraphViz to produce an svg of the DBIC test
   schema layout.  The new file is examples/DBICTest/db-diagram.svg
   and will be generated when the Makefile.PL is run in author mode.

 * Add GraphViz to DBIC::Optional::Dependencies's dist_dir group
examples/DBICTest/db-diagram.svg [new file with mode: 0644]
lib/DBIx/Class/Optional/Dependencies.pm
maint/Makefile.PL.inc/56_autogen_schema_files.pl
maint/gen_dbictest_schema_diagram [new file with mode: 0644]