Package perl-ConfigReader-Simple: Information
Source package: perl-ConfigReader-Simple
Version: 1.298-alt1
Build time: Apr 17, 2025, 08:15 PM in the task #381901
Category: Development/Perl
Report package bugLicense: GPL+ or Artistic
Summary: Read simple configuration file formats
Description:
'ConfigReader::Simple' reads and parses simple configuration files. It is
designed to be smaller and simpler than the 'ConfigReader' module and is
more suited to simple configuration files.
The configuration file format
The configuration file uses a line-oriented format, meaning that the
directives do not have containers. The values can be split across lines
with a continuation character, but for the most part everything ends up
on the same line.
The first group of non-whitespace characters is the "directive", or the
name of the configuration item. The linear whitespace after that
separates the directive from the "value", which is the rest of the
line, including any other whitespace.Maintainer: Igor Vlasenko
Last changed
April 17, 2025 Igor Vlasenko 1.298-alt1
- automated CPAN update
April 3, 2025 Igor Vlasenko 1.297-alt1
- automated CPAN update
March 22, 2024 Igor Vlasenko 1.296-alt1_1
- update by mgaimport