Conf-Libconfig
view release on metacpan or search on metacpan
- Add config_clear.
- Add error_text / error_file / error_line / error_type.
- Add config_setting_lookup and setting-level lookup_* methods.
- Add config_setting_get_*_safe methods.
- Add config_setting_set_format / config_setting_get_format.
- Add config_setting_is_scalar / is_aggregate / is_group / is_array / is_list / is_number.
- Add config_setting_name / parent / is_root / index.
- Add config_setting_source_line / source_file.
- Add CONFIG_FORMAT_* and CONFIG_OPTION_* constants.
- Fix: stray semicolon causing incorrect behavior in get_general_list and get_general_object.
- Optimize: replace fragile log()-based type detection with direct SV flag checks.
- Switch from Module::Install to ExtUtils::MakeMaker for simpler build.
- Suppress all compiler warnings.
- Add new tests: 15-options.t, 16-format.t, 17-setting-adv.t, 18-error.t, 19-safe.t.
Changes in this Release v1.0.3
- Add workflow for github.
- Fix some issues.
- Update general value.
Conf-Libconfig.spec view on Meta::CPAN
- Fix config_setting_source_file, config_set_default_format, config_setting_lookup guards
- Fix config_set_hook to use config_setting_set_hook
- Add version guards for error_type/error_file (1.4+)
* Fri May 15 2026 Cnangel <cnangel@gmail.com> 1.1.0-1
- Upgrade to support libconfig 1.8.x API
- Add options, format, precision, tab_width, hook, clear, error handling
- Add setting-level lookup, safe getters, type checks, source info
- Add CONFIG_FORMAT_* and CONFIG_OPTION_* constants
- Fix stray semicolon bugs in get_general_list and get_general_object
- Optimize fragile type detection logic
- Switch build system to ExtUtils::MakeMaker
* Sun Sep 03 2023 Cnangel <cnangel@gmail.com> 1.0.3-1
- Fix some issues.
* Sun Mar 19 2023 Cnangel <cnangel@gmail.com> 1.0.0-1
- Upgrade version 1.0.0
* Sun Mar 19 2023 Cnangel <cnangel@gmail.com> 0.200-1
- Update general value.
debian/changelog view on Meta::CPAN
* Add version guards for error_type/error_file (1.4+)
-- Cnangel <cnangel@gmail.com> Sat, 17 May 2026 10:00:00 +0800
perl-libconfig (1.1.0-1) unstable; urgency=low
* Upgrade to support libconfig 1.8.x API
* Add options, format, precision, tab_width, hook, clear, error handling
* Add setting-level lookup, safe getters, type checks, source info
* Fix stray semicolon bugs
* Optimize fragile type detection logic
* Switch build system to ExtUtils::MakeMaker
-- Cnangel <cnangel@gmail.com> Fri, 15 May 2026 10:00:00 +0800
perl-libconfig (0.021-1) unstable; urgency=low
* Debian package creation
-- Artiom M <a.mv@gmx.fr> Wed, 12 Aug 2015 10:39:25 +0200
( run in 0.871 second using v1.01-cache-2.11-cpan-364913b4093 )