Accepting request 1000616 from devel:languages:perl:autoupdate

- updated to 0.242
   see /usr/share/doc/packages/perl-Data-Dmp/Changes
  0.242   2022-08-28  Released-By: PERLANCAR; Urgency: high
          - [bugfix] Avoid 'Modification of a read-only value attempted'
            error because we still dumped a scalarref object as
            bless(\1,'Foo').

OBS-URL: https://build.opensuse.org/request/show/1000616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Dmp?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2022-09-08 19:48:06 +00:00
committed by Git OBS Bridge
parent c0509c8ddd
commit 76c6ab0429
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Aug 29 03:06:51 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.242
see /usr/share/doc/packages/perl-Data-Dmp/Changes
0.242 2022-08-28 Released-By: PERLANCAR; Urgency: high
- [bugfix] Avoid 'Modification of a read-only value attempted'
error because we still dumped a scalarref object as
bless(\1,'Foo').
-------------------------------------------------------------------
Thu Jun 24 03:07:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>