Accepting request 658840 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/658840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=41
This commit is contained in:
2018-12-17 17:11:12 +00:00
committed by Git OBS Bridge
parent b3502d2dc4
commit df9546c055
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Dec 17 06:03:10 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 2.131
see /usr/share/doc/packages/perl-Config-Model/Changes
2.131 2018-12-16
With this release, this distribution no longer provides YAML
backend. The YAML backend is now delivered in its own
distribution. Look for Config::Model::Backend::Yaml on CPAN.
Other changes:
* Value: use warn_if warn_unless label in warning message shown to user.
* BackendMgr: throw correctly "unknown backend" exception
* Exception: trap missing object parameter
Doc update
* remove mention of old config-model-users mailing list (dead)
* BackendMgr: mention that Yaml backend is now external
-------------------------------------------------------------------
Sat Dec 8 06:05:00 UTC 2018 - Stephan Kulow <coolo@suse.com>