From 5a823a9b6da10b6c98c75b1cc6b604090bd95c06 Mon Sep 17 00:00:00 2001 From: James FitzGibbon Date: Thu, 24 Oct 1996 08:11:12 +0000 Subject: perl5 module for reading .ini-style configuration files. --- devel/p5-IniConf/pkg-descr | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devel/p5-IniConf/pkg-descr (limited to 'devel/p5-IniConf/pkg-descr') diff --git a/devel/p5-IniConf/pkg-descr b/devel/p5-IniConf/pkg-descr new file mode 100644 index 000000000000..2b247d9e949a --- /dev/null +++ b/devel/p5-IniConf/pkg-descr @@ -0,0 +1,17 @@ +IniConf provides a way to have readable configuration files outside your +Perl script. The configuration can be safely reloaded upon receipt of a +signal. + +USAGE + +Get a new IniConf object with the new method: + + $cfg = IniConf->new( -file => "/path/configfile.ini" ); + $cfg = new IniConf -file => "/path/configfile.ini"; + +Optional named parameters may be specified after the configuration file +name. See the new in the METHODS section, below. INI files consist of a +number of sections, each preceeded with the section name in square brackets. +Parameters are specified in each section as Name=Value. Any spaces around +the equals sign will be ignored, and the value extends to the end of the +line -- cgit v1.2.3