Trim whitespace from arrayref elements as well as array elements; see <Pine.LNX.4...
[dbsrgits/SQL-Translator.git] / TODO
CommitLineData
35bab742 1Define structure of the data returned by parsers:
2 o Producers need to know what to expect
3 o For testing purposes, we need to know if parsers are returning
4 something reasonable
5
9398955f 6Modules to be written/finished
7 SQL::Translator::Validator
8 SQL::Translator::Parser::xSV
9 SQL::Translator::Producer::MySQL
c31622d7 10 SQL::Translator::Parser::Excel
9398955f 11
c45c546e 12Should the parsers return an instance instead of a data structure? It
13would make traversing the data structure easier.
14
15
16# vim: set sw=2 ts=2 tw=70 fo=trcqo: