- John Goulah <jgoulah@cpan.org>
- Ken Youens-Clark <kclark@cpan.org>
- Kevin McClellan <kdmcclel@gmail.com>
+- Lukas 'mauke' Mai <l.mai@web.de>
- Mark Addison <grommit@users.sourceforge.net>
- Mikey Melillo <mmelillo@users.sourceforge.net>
- Moritz Onken <onken@netcubed.de>
package SQL::Translator::Producer::Diagram;
# -------------------------------------------------------------------
-# Copyright (C) 2002-2009 SQLFairy Authors
+# Copyright (C) 2002-2011 SQLFairy Authors
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
to => 'GraphViz',
producer_args => {
# All args are optional
- out_file => 'schema.png',# if not provided will go to STDOUT
+ out_file => 'schema.png',# if not provided will return from translate()
output_type => 'png', # is default or 'jpeg'
title => 'My Schema', # default is filename
font_size => 'medium', # is default or 'small,' 'large'