The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Config::Maker::Driver - Template processor

SYNOPSIS

  # This is normaly only used from Config::Maker::Metaconfig->do

DESCRIPTION

This processes a template. Much of it's work is actualy done by the Config::Maker::Grammar parser. It has two methods, apply and process. process method is just a wrapper that appropriately opens files, sets up encodings and runs the parser using starting rule template. The apply method is used to print out the tree of closures and text snippets built by the parser. The closures are reponsible to call apply for their enclosed subtrees.

AUTHOR

Jan Hudec <bulb@ucw.cz>

COPYRIGHT AND LICENSE

Copyright 2004 Jan Hudec. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

configit(1), perl(1), Config::Maker(3pm).