| Name: | perl-Config-General |
|---|---|
| Version: | 2.65 |
| Release: | 6.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 178608 |
| License: | Artistic-2.0 |
| RPM: | perl-Config-General-2.65-6.el10_0.noarch.rpm |
| Source RPM: | perl-Config-General-2.65-6.el10_0.src.rpm |
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Config-General |
| Summary: | Generic configuration module for Perl |
| Description: | This module opens a config file and parses its contents for you. After parsing the module returns a hash structure that contains the representation of the config file. The format of config files supported by Config::General is inspired by the well known Apache config format: in fact, this module is 100% read-compatible with Apache config files, but you can also just use simple name/value pairs in your config files. In addition to the capabilities of an Apache config file, it supports some enhancements such as here-documents, C-style comments or multi-line options. It is also possible to save the config back to disk, which makes the module a perfect back-end for configuration interfaces. It is possible to use variables in config files and there also exists support for object oriented access to the configuration. |
- Update license to SPDX format
- Use %{make_build} and %{make_install}
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Perl 5.36 rebuild
- Update to 2.65
- Copy 'default' hash, avoid modifying it (CPAN RT#142095)
- Catalyst subversion repository no longer exists, so code moved to GitHub:
https://github.com/TLINDEN/Config-General
- Clarified license, which is now Artistic License 2.0 (CPAN RT#132893)
- Correctly include directories (CPAN RT#139261)
- Remove the comma from legal variable names, added mandatory start
characters a-zA-Z0-9 (CPAN RT#118746); added a section in the POD to
clarify this
- Fix IfDefine code (CPAN RT#119160)
- Spec tidy-up - Use author-independent source URL - Re-format %description to wrap at 80 columns - Use patch rather than scripted iconv to fix Changelog character encoding - Drop redundant buildroot cleaning in %install section - Simplify find command using -delete - Fix permissions verbosely - Make %files list more explicit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Perl 5.34 rebuild