mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
cdeaba8897
* Allow use of Config::General variables in tainted code. * Add a search-path feature for include files. Tidy up pkg-plist. PR: ports/51838 Submitted by: Mathieu Arnold <m@absolight.net>
7 lines
309 B
Plaintext
7 lines
309 B
Plaintext
Config::General handles configuration files of a format inspired by
|
|
Apache's httpd.conf file format. It features some enhancements such
|
|
as here-documents, C-style commends and multiline options. Both
|
|
reading and writing of configuration files is supported.
|
|
|
|
WWW: http://search.cpan.org/dist/Config-General/
|