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

NAME

Config::Maker::Schema - defines the schema directive

SYNOPSIS

  # Only used internaly from Config::Maker

DESCRIPTION

This file defines schema directive and it's subdirectives for use in the metaconfig. For syntax and semantics of these directives see configit(1).

The schema directive is processed from a type action at the point where parsing is finished. It means, that it can even be used at the begining of the config, not just in metaconfig.

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).