Accepting request 1041131 from devel:languages:perl:autoupdate

- updated to 1.27
   see /usr/share/doc/packages/perl-Data-Alias/Changes
  1.27  2022-12-02  XMATH
      - Fix tests on older perl versions
  1.26  2022-12-01  XMATH
      - Fix compile error when using perl 5.37.2 or later
      - Improve diagnostic output from tests
  1.25_01  2021-05-15  XMATH
      - Fix localized alias-assignment to previously non-existing hash element.
      - Avoid testing threading on broken perl versions
      - Fix certain linker errors by making sure perl's global variables are
        accessed through their accessor functions when applicable.

OBS-URL: https://build.opensuse.org/request/show/1041131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Alias?expand=0&rev=22
This commit is contained in:
Stephan Kulow
2022-12-13 16:03:13 +00:00
committed by Git OBS Bridge
parent 7540f7ad28
commit 10de0a84cc
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Dec 3 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.27
see /usr/share/doc/packages/perl-Data-Alias/Changes
1.27 2022-12-02 XMATH
- Fix tests on older perl versions
1.26 2022-12-01 XMATH
- Fix compile error when using perl 5.37.2 or later
- Improve diagnostic output from tests
1.25_01 2021-05-15 XMATH
- Fix localized alias-assignment to previously non-existing hash element.
- Avoid testing threading on broken perl versions
- Fix certain linker errors by making sure perl's global variables are
accessed through their accessor functions when applicable.
-------------------------------------------------------------------
Wed May 12 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>