Producer::Turnkey obsolete. now rely on TTSchema parser (see concommitant
authorAllen Day <allenday@users.sourceforge.net>
Fri, 15 Oct 2004 03:52:51 +0000 (03:52 +0000)
committerAllen Day <allenday@users.sourceforge.net>
Fri, 15 Oct 2004 03:52:51 +0000 (03:52 +0000)
commit10f36920865d9a07d6572df77e47ffb71f821a93
tree30aac202c8634239d5911d7e95dffa6c8d229c8f
parent47fed978e23b8c832e87e0a9ed524f32e20babd2
Producer::Turnkey obsolete.  now rely on TTSchema parser (see concommitant
turnkey commit).

modified TTschema to accept 'ttargs' in addition to already present 'ttfile'
so arbitrary template args can be interpolated.

added Schema::Graph unit test (!).  minimal.

introduced Log::Log4perl dependency.

modified Schema to have translator() slot to hold parent ref.  needed to
get at producer_args(), parser_args(), and _format_name() from Graph.pm
Build.PL
lib/SQL/Translator.pm
lib/SQL/Translator/Producer/TTSchema.pm
lib/SQL/Translator/Schema.pm
lib/SQL/Translator/Schema/Graph.pm
t/13schema.t