Accepting request 928593 from devel:languages:perl:autoupdate

- updated to 2.143
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.143 2021-10-31
    Main change:
      * requires perl 5.20
    Bug fixes:
      * fix (Model load): fix load from absolute path
      * fix (BackEndMgr): crash when calling config_file_override
        with absolute path
      * fix (get_info): show upstream_default as written in file
      * feature (get_info): include write_as values

OBS-URL: https://build.opensuse.org/request/show/928593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=53
This commit is contained in:
2021-11-03 07:12:07 +00:00
committed by Git OBS Bridge
parent 2ddc0754fc
commit a757e40b97
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 1 03:07:05 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.143
see /usr/share/doc/packages/perl-Config-Model/Changes
2.143 2021-10-31
Main change:
* requires perl 5.20
Bug fixes:
* fix (Model load): fix load from absolute path
* fix (BackEndMgr): crash when calling config_file_override
with absolute path
* fix (get_info): show upstream_default as written in file
* feature (get_info): include write_as values
-------------------------------------------------------------------
Thu Apr 8 03:06:20 UTC 2021 - Tina Müller <timueller+perl@suse.de>