diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-Config-IniFiles | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) | |
download | ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip |
Notes
Diffstat (limited to 'devel/p5-Config-IniFiles')
-rw-r--r-- | devel/p5-Config-IniFiles/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Config-IniFiles/pkg-descr b/devel/p5-Config-IniFiles/pkg-descr index cc602b32333b..9d7eff6aeadc 100644 --- a/devel/p5-Config-IniFiles/pkg-descr +++ b/devel/p5-Config-IniFiles/pkg-descr @@ -14,9 +14,9 @@ Get a new Config::IniFiles object with the *new* method: 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 +INI files consist of a number of sections, each preceded with the section name in square brackets. Parameters are specified in each section -as Name=Value. Any spaces around the equals sign will be i gnored, and the +as Name=Value. Any spaces around the equals sign will be ignored, and the value extends to the end of the line. WWW: http://search.cpan.org/dist/Config-IniFiles/ |