The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Config::Maker::Metaconfig - Definies and processes the metaconfig directives.

SYNOPSIS

  use Config::Maker

  Config::Maker::Metaconfig->do($metafile);

DESCRIPTION

This module defines types for the config directive and their subdirectives, that are used in the metaconfig. It has only one public method, do, which loads metaconfig from a file.

Note: The metaconfig can only be read from a file.

See configit(1) for description of metaconfig directives.

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), Config::Maker::Schema(3pm).