Module for reading .ini-style configuration files

Edit Package perl-Config-IniFiles

Config::IniFiles provides a way to have readable configuration files
outside your Perl script. Configurations can be imported (inherited,
stacked,...), sections can be grouped, and settings can be accessed from a
tied hash.

Refresh
Refresh
Source Files
Filename Size Changed
Config-IniFiles-2.75.tar.gz 0000062973 61.5 KB
perl-Config-IniFiles.changes 0000010004 9.77 KB
perl-Config-IniFiles.spec 0000002527 2.47 KB
Revision 27 (latest revision is 47)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122917 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 27)
- update to 2.75
- fixes CVE-2012-2451 (bnc#760459)
  * SECURITY BUG FIX: Config::IniFiles used to write to a temporary filename
  with a predictable name ("${filename}-new") which opens the door for potential
  exploits.
  * Now requiring Fcntl (which is a core module) for SEEK_SET() and SEEK_CUR().
  * Now requiring List::MoreUtils (for any() and other functions), File::Temp
  and File::Basename .
  * Fix the test dependency (in the new t/31comments_with_spaces.t test)
  on IO::stringy (now writing it to a file).
    - This caused some CPAN Testers failures such as:
        - http://www.cpantesters.org/cpan/report/c16b9978-7f40-11e1-9d6f-f6dbfa7543f5
  * Modernized some of the open() calls in the test files.
    - three args open, lexcial file handles, etc.
  * Fix https://sourceforge.net/tracker/?func=detail&aid=3388382&group_id=6926&atid=106926
    - "Trailing comments with whitespace are not recognised"
    - Thanks to briconaut for the report and to rbowen for the patch and test.
  * Add the method ->OutputConfigToFileHandle which is a more explicit and
  safer version of ->OutputConfig.
    - ->OutputConfig now uses it.
    - all existing tests pass, and a new test was added to
    t/15store-and-retrieve-here-doc-terminator.t . (forwarded request 122913 from vitezslav_cizek)
Comments 0
openSUSE Build Service is sponsored by