forked from pool/perl-PPIx-Regexp
Automatic update to v0.90.0 (0.090) #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9865f61f59da3b8aa32492580a8ecc9e24d251c00a5eb685678569928a2f8881
|
|
||||||
size 255295
|
|
||||||
BIN
PPIx-Regexp-0.091.tar.gz
(Stored with Git LFS)
Normal file
BIN
PPIx-Regexp-0.091.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 20:26:29 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.91.0 (0.091)
|
||||||
|
see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
|
||||||
|
|
||||||
|
0.091 2025-10-06 T. R. Wyant
|
||||||
|
Code review on use of 'PPI::Document'. I concluded it was not needed
|
||||||
|
in PPIx::Regexp::Token::Interpolation and
|
||||||
|
PPIx::Regexp::Token::Literal, but that it needed to be added to
|
||||||
|
PPIx::Regexp::Tokenizer. The purpose of this release is to submit
|
||||||
|
the changes to the tender mercies of the CPAN testers.
|
||||||
|
0.090_01 2025-09-27 T. R. Wyant
|
||||||
|
Avoid "Possible attempt to escape whitespace" warning, which is
|
||||||
|
emitted in perl-5.43.2 and forward. Thanks to James E. Keenan for
|
||||||
|
the pull request.
|
||||||
|
0.090 2025-09-21 T. R. Wyant
|
||||||
|
Explain s///eee... Perl commit 040a4d7 (perlop: properly document
|
||||||
|
s///e modifier) by mauke, makes perlop explicitly state that more
|
||||||
|
than 2 'e' modifiers are permitted, and cause the result of the
|
||||||
|
expression to be eval-ed n-1 times, where n is the number of 'e'
|
||||||
|
modifiers.
|
||||||
|
Fix typo in comment. Thanks to Michal Josef Špaček for picking this
|
||||||
|
up and providing the pull request.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 19 05:36:48 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
Mon May 19 05:36:48 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-PPIx-Regexp
|
# spec file for package perl-PPIx-Regexp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name PPIx-Regexp
|
%define cpan_name PPIx-Regexp
|
||||||
Name: perl-PPIx-Regexp
|
Name: perl-PPIx-Regexp
|
||||||
Version: 0.89.0
|
Version: 0.91.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.089 -> normalize -> 0.89.0
|
# 0.091 -> normalize -> 0.91.0
|
||||||
%define cpan_version 0.089
|
%define cpan_version 0.091
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Parse regular expressions
|
Summary: Parse regular expressions
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -31,7 +31,7 @@ Source100: README.md
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.42
|
BuildRequires: perl(Module::Build) >= 0.420
|
||||||
BuildRequires: perl(PPI::Document) >= 1.238
|
BuildRequires: perl(PPI::Document) >= 1.238
|
||||||
BuildRequires: perl(PPI::Dumper) >= 1.238
|
BuildRequires: perl(PPI::Dumper) >= 1.238
|
||||||
BuildRequires: perl(Task::Weaken)
|
BuildRequires: perl(Task::Weaken)
|
||||||
@@ -158,6 +158,6 @@ perl Build.PL --installdirs=vendor
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CONTRIBUTING README
|
%doc Changes CONTRIBUTING README SECURITY
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user