Updated docs, especially detailed internal API docs.
authorDarren Chamberlain <dlc@sevenroot.org>
Mon, 18 Mar 2002 20:35:51 +0000 (20:35 +0000)
committerDarren Chamberlain <dlc@sevenroot.org>
Mon, 18 Mar 2002 20:35:51 +0000 (20:35 +0000)
commitb346d8f1fb45155b260166b7cb84f3bb457f6e32
treeda9d7cc2e6a4bfba41972e725ed5dabb251af60a
parent2df9c21c77de51262a3e4577e8b6dcd2c113d8eb
Updated docs, especially detailed internal API docs.
Updated default sub to return the data structure (and not the SQL::Translator instance). This became an issue once the subs were redefined to accept two args.
Removed the possibility to pass a filehandle (or something that can getlines) as an option to translate.
Added many levels of code folding markers.
Updated parser to use a named class::function style of defining a function to call, just like producer.
lib/SQL/Translator.pm