8
0

Accepting request 770209 from devel:languages:perl:autoupdate

- updated to 1.40
   see /usr/share/doc/packages/perl-Set-Object/Changes.pod
  =head1 1.40, 2020-01-19
  
  =over
  
  =item *
  
  Fixed perl5.28 regressions (not cperl), for @$set args to other set functions.
  (RT #131345). Fixed by adding missing SvGETMAGIC expansions to all args.
  
  =item *
  
  Bumped minimal required perl version to 5.8 for arrayref @$set behavior.
  
  =item *
  
  Fixed the smokers and some author tests.
  
  =back

OBS-URL: https://build.opensuse.org/request/show/770209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Set-Object?expand=0&rev=31
This commit is contained in:
2020-02-05 10:47:56 +00:00
committed by Git OBS Bridge
parent ba57c3d14e
commit e13e1c57c8
4 changed files with 36 additions and 11 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jan 20 03:15:51 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.40
see /usr/share/doc/packages/perl-Set-Object/Changes.pod
=head1 1.40, 2020-01-19
=over
=item *
Fixed perl5.28 regressions (not cperl), for @$set args to other set functions.
(RT #131345). Fixed by adding missing SvGETMAGIC expansions to all args.
=item *
Bumped minimal required perl version to 5.8 for arrayref @$set behavior.
=item *
Fixed the smokers and some author tests.
=back
-------------------------------------------------------------------
Tue Jan 9 07:13:27 UTC 2018 - coolo@suse.com