perl-Config-Tiny - Perl module for reading and writing .ini style configuration files

Description:

Config::Tiny is a Perl module designed for reading and writing .ini
style configuration files. It is designed for simplicity and ease of
use, and thus only supports the most basic operations.

Homepage: http://search.cpan.org/dist/Config-Tiny/

License: GPL+ or Artistic

Vendor: city-fan.org repo http://www.city-fan.org/ftp/contrib/

Packages

perl-Config-Tiny-2.13-1.fc8.noarch [23 KiB] Changelog by Paul Howarth (2010-09-05):
- Update to 2.13:
  - Fix CPAN RT#30479: should warn or die when writing data it cannot later read
  - Fix CPAN RT#40585: member 'set;' doesn't exist
  - Fix CPAN RT#60703: display glitch in Config::Tiny 2.12 POD
- No longer need to fix file permissions
- Explicitly run additional release tests
- BuildRequires: perl(Test::CPAN::Meta)