Accepting request 979947 from devel:languages:perl:autoupdate
- updated to 0.23 see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes 0.23 2022-05-18 [CHANGES] * Defined XPK_KEYWORD, a better version of XPK_LITERAL for keyword-like tokens * Defined XPK_ARITHEXPR, a higher-precedence version of XPK_TERMEXPR * Defined XPK_ARGSCOPE, a variant of XPK_PARENSCOPE where the parens themselves are optional * Undocument the old XPK_STRING token type [BUGFIXES] * Fixes for bugs that affect -DDEBUGGING-enabled perls + Remember to clear OPf_KIDS when stealing the op_first of a LISTOP (RT142770) + Don't call cv_clone() at compiletime when unit testing; generate an OP_ANONCODE instead (RT142771) OBS-URL: https://build.opensuse.org/request/show/979947 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=8
This commit is contained in:
parent
7774740a38
commit
fb6a7b8daf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:92ffd2e31e00ab04463cfc296e7a1a323c9ef292aaf83da53f4b8994bb464e5a
|
|
||||||
size 70485
|
|
3
XS-Parse-Keyword-0.23.tar.gz
Normal file
3
XS-Parse-Keyword-0.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95f19ec9344855dbb89aea5c5d904afce25af38ef3c3bdb1128ceea8072ad4bf
|
||||||
|
size 72209
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 03:07:43 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.23
|
||||||
|
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
|
||||||
|
|
||||||
|
0.23 2022-05-18
|
||||||
|
[CHANGES]
|
||||||
|
* Defined XPK_KEYWORD, a better version of XPK_LITERAL for
|
||||||
|
keyword-like tokens
|
||||||
|
* Defined XPK_ARITHEXPR, a higher-precedence version of XPK_TERMEXPR
|
||||||
|
* Defined XPK_ARGSCOPE, a variant of XPK_PARENSCOPE where the parens
|
||||||
|
themselves are optional
|
||||||
|
* Undocument the old XPK_STRING token type
|
||||||
|
|
||||||
|
[BUGFIXES]
|
||||||
|
* Fixes for bugs that affect -DDEBUGGING-enabled perls
|
||||||
|
+ Remember to clear OPf_KIDS when stealing the op_first of a
|
||||||
|
LISTOP (RT142770)
|
||||||
|
+ Don't call cv_clone() at compiletime when unit testing; generate
|
||||||
|
an OP_ANONCODE instead (RT142771)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 22 03:08:54 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Tue Feb 22 03:08:54 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name XS-Parse-Keyword
|
%define cpan_name XS-Parse-Keyword
|
||||||
Name: perl-XS-Parse-Keyword
|
Name: perl-XS-Parse-Keyword
|
||||||
Version: 0.22
|
Version: 0.23
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: XS functions to assist in parsing keyword syntax
|
Summary: XS functions to assist in parsing keyword syntax
|
||||||
|
Loading…
Reference in New Issue
Block a user