9
0

Accepting request 852048 from devel:languages:perl:autoupdate

- updated to 0.076
   see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
  0.076		2020-11-28	T. R. Wyant
      Correct (I hope) detection of \K in nested assertions.
      Variable-length look-behind is version 5.029009.
      Look-behinds quantified longer than 255 characters are an error, and
      are made into unknown tokens or structures. I ended up refactoring
      the PPIx::Regexp::Token::GroupType class initialization for the
      latter two changes.

OBS-URL: https://build.opensuse.org/request/show/852048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PPIx-Regexp?expand=0&rev=103
This commit is contained in:
2020-12-01 09:44:19 +00:00
committed by Git OBS Bridge
parent 440ef8ad51
commit 98978ca888
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:638095c9e827207bb316c4e1a3c0830526055504b91f936b7431b3ac8282136e
size 232779

3
PPIx-Regexp-0.076.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10607d9322728c4b3764c09fe1dcb4a939aff0dabea6c48ca4f854a2077a014a
size 236452

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 29 03:09:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.076
see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
0.076 2020-11-28 T. R. Wyant
Correct (I hope) detection of \K in nested assertions.
Variable-length look-behind is version 5.029009.
Look-behinds quantified longer than 255 characters are an error, and
are made into unknown tokens or structures. I ended up refactoring
the PPIx::Regexp::Token::GroupType class initialization for the
latter two changes.
-------------------------------------------------------------------
Fri Oct 9 03:08:55 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-PPIx-Regexp
Version: 0.075
Version: 0.076
Release: 0
%define cpan_name PPIx-Regexp
Summary: Represent a regular expression of some sort