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

App::Addex::Config - read the addex config file

VERSION

version 0.015

DESCRIPTION

The addex config file is an INI file in which some properties may be given multiple times to produce multiple values. These properties will be given in the documentation for the relevant plugins. If multiple values are found for an existing property which cannot be given multiple times, an exception will be raised.

Each section is assumed to be a plugin which must be loaded and queried for its multiple-value properties.

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

BUGS

Please report any bugs or feature requests through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2007 Ricardo Signes, all rights reserved.

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