From: Sebatian B. Knapp Date: Mon, 26 Dec 2011 20:46:18 +0000 (+0100) Subject: fixed typo reported in rt68912 X-Git-Tag: v0.11011~48 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51c4e3824e8ba2e75e130ad09f40c4d1ccbc95ea;p=dbsrgits%2FSQL-Translator.git fixed typo reported in rt68912 --- diff --git a/Changes b/Changes index ab0a4c8..efc9868 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,7 @@ display sizes * Replace Class::Accessor::Fast dependency with already-included Moo * Entire codebase is now free of tabs and trailing whitespace +* Spellfixes (RT#68912) # ---------------------------------------------------------- # 0.11010 2011-10-05 diff --git a/lib/SQL/Translator/Manual.pod b/lib/SQL/Translator/Manual.pod index 3726278..d9e0381 100644 --- a/lib/SQL/Translator/Manual.pod +++ b/lib/SQL/Translator/Manual.pod @@ -349,7 +349,7 @@ first. By far the easiest way to create custom output is to use the TTSchema producer in conjunction with a Template Toolkit template as described earlier. However, you can also easily pass a reference to a subroutine that SQL::Translator can call for the production of the -ouput. This subroutine will be passed a single argument of the +output. This subroutine will be passed a single argument of the SQL::Translator object which you can use to access the Schema objects. Please read the POD for SQL::Translator and SQL::Translator::Schema to learn the methods you can call. Here is a very simple example: