Refactored producer() and parser() to use a sub, _tool(), implimenting their
authorMark Addison <grommit@users.sourceforge.net>
Tue, 9 Nov 2004 02:09:52 +0000 (02:09 +0000)
committerMark Addison <grommit@users.sourceforge.net>
Tue, 9 Nov 2004 02:09:52 +0000 (02:09 +0000)
commitf4a59b6c64c3cb41b51090d9f07821b445cffa01
tree0b1864c0c65b052cd280864552a35d066ed4e0b4
parent7fc383483b07ce70e49d6c3680a7ebb854615240
Refactored producer() and parser() to use a sub, _tool(), implimenting their
shared functionality, in much the same way producer_args() and
parser_args() use _args().

load() now also supports checking a path of base packages. Ground work for adding
a producer and parser paths feature, to make it easier to load them from
different namespaces.
lib/SQL/Translator.pm