Fix misleading Diagram POD
Peter Rabbitson [Tue, 17 Jan 2012 12:54:02 +0000 (13:54 +0100)]
Changes
lib/SQL/Translator/Producer/Diagram.pm

diff --git a/Changes b/Changes
index 9d08e58..60da9b2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -26,6 +26,7 @@
 * Replace Class::Accessor::Fast dependency with already-included Moo
 * Entire codebase is now free of tabs and trailing whitespace
 * Spellfixes (RT#68912)
+* Fix Diagram Producer POD (RT#71397, RT#71398)
 
 # ----------------------------------------------------------
 # 0.11010 2011-10-05
index 08b6dd3..f415390 100644 (file)
@@ -12,7 +12,7 @@ Use via SQL::Translator:
 
   my $t = SQL::Translator->new(
       from          => 'MySQL',
-      to            => 'GraphViz',
+      to            => 'Diagram',
       producer_args => {
           # All args are optional
           out_file         => 'schema.png',# if not provided will return from translate()