8
0

Accepting request 510541 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/510541
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Classify?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2017-07-24 06:04:31 +00:00
committed by Git OBS Bridge
parent 3345219793
commit db0823fda0
5 changed files with 78 additions and 26 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sun Jul 16 05:58:10 UTC 2017 - coolo@suse.com
- updated to 0.014
see /usr/share/doc/packages/perl-Params-Classify/Changes
version 0.014; 2017-07-16
* port to Perl 5.19.4, where the C type of array indices has changed
* update to accommodate PERL_OP_PARENT builds of Perl 5.21.11 or later
(which is the default from Perl 5.25.1)
* trigger custom op generation via Devel::CallChecker rather than by
hooking the underlying op checker
* update test suite to not rely on . in @INC, which is no longer
necessarily there from Perl 5.25.7
* no longer include a Makefile.PL in the distribution
* correct dynamic_config setting to 0
* use boolSV() where appropriate in XS code
* use cBOOL() where appropriate
* consistently use THX_ prefix on internal function names
* include META.json in distribution
* convert .cvsignore to .gitignore
* add MYMETA.json to .cvsignore
-------------------------------------------------------------------
Fri Aug 26 22:03:25 UTC 2011 - chris@computersalat.de