forked from pool/perl-Config-Any
- updated to 0.33 see /usr/share/doc/packages/perl-Config-Any/Changes 0.33 - 2023-05-03 - update docs describe which modules are needed for which formats - update Config::General requirement for conf files to a non-broken version (2.48) - don't try to upgrade old Config::General versions - fix is_supported method verifying the version of required modules - documentation cleanups OBS-URL: https://build.opensuse.org/request/show/1090305 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Any?expand=0&rev=26
132 lines
4.4 KiB
Plaintext
132 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu May 4 03:06:03 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.33
|
|
see /usr/share/doc/packages/perl-Config-Any/Changes
|
|
|
|
0.33 - 2023-05-03
|
|
- update docs describe which modules are needed for which formats
|
|
- update Config::General requirement for conf files to a non-broken
|
|
version (2.48)
|
|
- don't try to upgrade old Config::General versions
|
|
- fix is_supported method verifying the version of required modules
|
|
- documentation cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 25 05:17:47 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.32
|
|
see /usr/share/doc/packages/perl-Config-Any/Changes
|
|
|
|
0.32 - 2017-04-23
|
|
- allow YAML::Syck to fail its error tests
|
|
- improved diagnostics in YAML test
|
|
- include a full list of modules used in JSON documentation
|
|
- be less strict checking error messages in tests
|
|
- add test to report optional prereq versions
|
|
|
|
0.31 - 2017-04-23
|
|
- test cleanups
|
|
- better diagnostics for test failures
|
|
- don't run pod tests on user machines
|
|
- handle unsupported Config::General versions better
|
|
- refactored module loading
|
|
- include optional prereqs in suggests
|
|
- pod cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 05:16:37 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.30
|
|
see /usr/share/doc/packages/perl-Config-Any/Changes
|
|
|
|
0.30 - 2017-03-28
|
|
- don't use YAML::Syck on perl 5.8.8 or below, where it is broken
|
|
- ensure tarball does not contain SCHILY headers
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 1 06:13:14 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.29
|
|
see /usr/share/doc/packages/perl-Config-Any/Changes
|
|
|
|
0.29 - 2017-02-27
|
|
- allow loading relative perl files even under taint mode (RT#120371)
|
|
- throw errors when attempting to load perl files that do not exist
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 22 06:12:05 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.28
|
|
see /usr/share/doc/packages/perl-Config-Any/Changes
|
|
|
|
0.28 - 2017-02-21
|
|
- support Cpanel::JSON::XS and JSON::MaybeXS for loading JSON
|
|
- decode UTF-8 config files properly
|
|
- load perl files directly, never possibly searching @INC
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 09:23:23 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.27
|
|
see /usr/share/doc/packages/perl-Config-Any/Changes
|
|
|
|
0.27 2016-03-31
|
|
- depend on Module::Pluggable::Object directly instead of assuming it is
|
|
bundled with Module::Pluggable (RT #113148)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 30 05:45:15 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.26
|
|
see /usr/share/doc/packages/perl-Config-Any/Changes
|
|
|
|
0.26 2015-04-29
|
|
- fix error reporting from code applied in 0.25 (RT #104079)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 15:11:44 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.25
|
|
see /usr/share/doc/packages/perl-Config-Any/Changes
|
|
|
|
0.25 2015-04-23
|
|
- do not clobber $@ (RT #103061)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 4 09:11:31 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to 0.24
|
|
- remove 4-year-old warning about YAML::XS not being installed
|
|
- add JSON::PP to list of available JSON parsers (RT #86959)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 23 06:36:55 UTC 2011 - coolo@suse.com
|
|
|
|
- update to 0.23
|
|
- fix test suite's method of checking availability of plugins
|
|
- add XML::NamespaceSupport to XML format deps, silence YAML warnings in
|
|
tests (caelum)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 12:43:42 UTC 2011 - coolo@novell.com
|
|
|
|
- updated to 0.21
|
|
- fix t/64-extfail.t to pass when t/lib is in @INC
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:31:09 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:29:32 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 14 18:15:54 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (0.19)
|
|
|