Accepting request 340362 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/340362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Alias?expand=0&rev=16
This commit is contained in:
2015-10-22 09:58:50 +00:00
committed by Git OBS Bridge
parent c7df4b51c2
commit da3b87edd4
5 changed files with 77 additions and 6 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Oct 22 08:56:48 UTC 2015 - coolo@suse.com
- updated to 1.20
see /usr/share/doc/packages/perl-Data-Alias/Changes
version 1.20; 2015-10-21
* bugfix: avoid some C undefined behaviour from unsequenced side effects
that in practice bit when using a newer gcc (4.9 rather than 4.7)
with the parser token stack change in Perl 5.21.9
* add doc note advising users to prefer the core aliasing facility on
Perl 5.22
version 1.19; 2015-10-21
* update for new stricture on op_last in Perl 5.21.2
* update for the parser's PL_expect changes in Perl 5.21.4
* update for op_private stricture in Perl 5.21.4
* update for sub references directly in stash in Perl 5.21.4
* update for IS_PADGV()'s limited visibility in Perl 5.21.4
* update for increased specialness of OP_PUSHMARK in Perl 5.21.6
* update for distinct PADNAMELIST type in Perl 5.21.7
* update for multideref optimisation in Perl 5.21.7, by a disgusting
hack that depends on a flaw in the optimisation (which may disappear
in the future) and which disables the optimisation entirely
* add MYMETA.json to .gitignore
-------------------------------------------------------------------
Sun Nov 23 11:29:22 UTC 2014 - coolo@suse.com