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::Value - stringification for non-string values

SYNOPSIS

  # Only used by Config::Maker::Grammar when constructing special value types.

DESCRIPTION

This is a base class for option values, that are not represented by strings.

It currently only provides a List subclass, that overloads stringification so that the list is printed in square brackets and space-separated. That matches nestlist syntax.

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