Accepting request 890623 from devel:languages:perl:autoupdate

- updated to 1.24
   see /usr/share/doc/packages/perl-Data-Alias/Changes
  version 1.24; 2021-05-05
    * bugfix: copy() no longer produces malformed optrees which under certain
      circumstances crashed perl 5.31.2 and later.  (contributed by TonyC)
    * update for removal of '.' from @INC in perl 5.26.
  version 1.23; 2021-04-30
    * bugfix: fix aliasing semantic unintentionally being applied to subs
      defined after a parenthesized alias()-expression since perl 5.11.2.
  version 1.22; 2021-04-22
    * bugfix: use SvCUR_set instead of direct SvCUR assignment to fix
      compilation problems with -DDEBUGGING builds.  (contributed by TonyC)
    * update for parser changes in v5.33.6.  (contributed by TonyC)

OBS-URL: https://build.opensuse.org/request/show/890623
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Alias?expand=0&rev=20
This commit is contained in:
Lars Vogdt
2021-05-09 12:51:20 +00:00
committed by Git OBS Bridge
parent 749b2dc5d6
commit 352ade371e
4 changed files with 31 additions and 17 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 5 03:06:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.24
see /usr/share/doc/packages/perl-Data-Alias/Changes
version 1.24; 2021-05-05
* bugfix: copy() no longer produces malformed optrees which under certain
circumstances crashed perl 5.31.2 and later. (contributed by TonyC)
* update for removal of '.' from @INC in perl 5.26.
version 1.23; 2021-04-30
* bugfix: fix aliasing semantic unintentionally being applied to subs
defined after a parenthesized alias()-expression since perl 5.11.2.
version 1.22; 2021-04-22
* bugfix: use SvCUR_set instead of direct SvCUR assignment to fix
compilation problems with -DDEBUGGING builds. (contributed by TonyC)
* update for parser changes in v5.33.6. (contributed by TonyC)
-------------------------------------------------------------------
Sun Oct 7 22:01:05 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>