mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
This module will attempt to load find and load a configuration file
|
|
of various types. Currently it supports YAML, JSON, XML, INI and
|
|
Perl formats. Special configuration for a particular driver format
|
|
can be stored in
|
|
|
|
MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }.
|