Accepting request 715815 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/715815 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Grammars?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
a080b725f3
commit
1a11339a3a
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a35e8ddacce25cb66a8816905183b93cae066bbe3977f8c68765da46a4368b86
|
|
||||||
size 259565
|
|
3
Regexp-Grammars-1.051.tar.gz
Normal file
3
Regexp-Grammars-1.051.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa595a4893b57a004fdc5c296b2bdaf10a3ffb3da64cd53a9d80678805d81e40
|
||||||
|
size 259925
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 16 10:02:13 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 1.051
|
||||||
|
see /usr/share/doc/packages/perl-Regexp-Grammars/Changes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
1.051 Tue Jul 2 20:17:55 2019
|
||||||
|
|
||||||
|
* Documented %% operator
|
||||||
|
|
||||||
|
* Numerous POD nits fixed (thanks, Ruud and Alex!)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 27 05:30:24 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Sat Apr 27 05:30:24 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Regexp-Grammars
|
Name: perl-Regexp-Grammars
|
||||||
Version: 1.050
|
Version: 1.051
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Regexp-Grammars
|
%define cpan_name Regexp-Grammars
|
||||||
Summary: Add grammatical parsing features to Perl 5.10 regexes
|
Summary: Add grammatical parsing features to Perl 5.10 regexes
|
||||||
@@ -41,7 +41,7 @@ Requires: perl(version)
|
|||||||
This module adds a small number of new regex constructs that can be used
|
This module adds a small number of new regex constructs that can be used
|
||||||
within Perl 5.10 patterns to implement complete recursive-descent parsing.
|
within Perl 5.10 patterns to implement complete recursive-descent parsing.
|
||||||
|
|
||||||
Perl 5.10 already supports recursive=descent _matching_, via the new
|
Perl 5.10 already supports recursive-descent _matching_, via the new
|
||||||
'(?<name>...)' and '(?&name)' constructs. For example, here is a simple
|
'(?<name>...)' and '(?&name)' constructs. For example, here is a simple
|
||||||
matcher for a subset of the LaTeX markup language:
|
matcher for a subset of the LaTeX markup language:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user