X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FTT%2FTable.pm;h=799ca54e4d18af19392162a44cf9568d22af21d8;hb=ac7adbab6451299d70b5ecc59c6bb7f8a6f9473b;hp=7d8d0415484d7be37926bf01adec2c7d81fecac4;hpb=ad5cf454c0eb596a777488a9234582f2dc9b8fd4;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/TT/Table.pm b/lib/SQL/Translator/Producer/TT/Table.pm index 7d8d041..799ca54 100644 --- a/lib/SQL/Translator/Producer/TT/Table.pm +++ b/lib/SQL/Translator/Producer/TT/Table.pm @@ -48,10 +48,10 @@ allows you to write the result for each table to a separate file. It needs one additional producer_arg of C which is the file name of the template to use. This template will be passed a template var of C, which is the current -L table we are producing, which you -can then use to walk the schema via the methods documented in that -module. You also get L as a shortcut to the -L for the table and C, +L table we are producing, +which you can then use to walk the schema via the methods documented +in that module. You also get C as a shortcut to the +L for the table and C, the L object for this parse in case you want to get access to any of the options etc set here. @@ -296,7 +296,8 @@ implicitly through use in a project but need some proper tests). - Better hooks for filename generation. -- Integrate with L and L. +- Integrate with L and + L. =head1 SEE ALSO