Accepting request 1184272 from devel:languages:perl:autoupdate

- updated to 2.154.0 (2.154)
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.154 2024-06-15
    Bug fixes:
      * AnyId: raise an error when copy is called on an unknown key or idx
      * HashId: raise an error when move is called on an unknown key
      * HashId: improve copy method to fix PlainFile backend
      * grab: fix error message when autoadd is 0
      * loader: update .ensure() doc
    New feature:
      * Loader: add .rename() function for hash

OBS-URL: https://build.opensuse.org/request/show/1184272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=61
This commit is contained in:
2024-07-01 14:20:30 +00:00
committed by Git OBS Bridge
parent 77d7ff3ee5
commit 5d391714da
4 changed files with 73 additions and 54 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jun 23 16:13:00 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- updated to 2.154.0 (2.154)
see /usr/share/doc/packages/perl-Config-Model/Changes
2.154 2024-06-15
Bug fixes:
* AnyId: raise an error when copy is called on an unknown key or idx
* HashId: raise an error when move is called on an unknown key
* HashId: improve copy method to fix PlainFile backend
* grab: fix error message when autoadd is 0
* loader: update .ensure() doc
New feature:
* Loader: add .rename() function for hash
-------------------------------------------------------------------
Fri Mar 8 22:02:24 UTC 2024 - Tina Müller <tina.mueller@suse.com>