image is returned, not written w/o out_file (bug #71398)
Lukas Mai [Sun, 2 Oct 2011 12:02:57 +0000 (14:02 +0200)]
AUTHORS
lib/SQL/Translator/Producer/Diagram.pm

diff --git a/AUTHORS b/AUTHORS
index 2e18e14..51bd194 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,6 +26,7 @@ The following people have contributed to the SQLFairy project:
 -   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>
index ac7013e..1ae823d 100644 (file)
@@ -1,7 +1,7 @@
 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
@@ -33,7 +33,7 @@ Use via SQL::Translator:
       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'