Accepting request 328274 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/328274 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parser-MGC?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
1b3af777c5
commit
e778c4491c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c08b622398c086f28fc1168a304c4e3d57cf56cf271a968351981aae9a0dedbd
|
|
||||||
size 36595
|
|
||||||
3
Parser-MGC-0.14.tar.gz
Normal file
3
Parser-MGC-0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b6f52506eb48bea874c673b39fe9ad76cbb88386c74612c78a9545226b66544
|
||||||
|
size 41590
|
||||||
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 1 09:17:26 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.14
|
||||||
|
see /usr/share/doc/packages/perl-Parser-MGC/Changes
|
||||||
|
|
||||||
|
0.14 2015/08/31 15:29:36
|
||||||
|
[CHANGES]
|
||||||
|
* Many documentation improvements:
|
||||||
|
+ More detailed explanation of backtracking behaviour and the use
|
||||||
|
of the ->commit method
|
||||||
|
+ Trailing delimiter does not upset ->list_of
|
||||||
|
+ Added an as-yet incomplete Parser::MGC::Tutorial
|
||||||
|
* Use Scalar::Util::blessed() to avoid the eval { ->isa } antipattern
|
||||||
|
* Have long-deprecated ->one_of print a deprecation warning
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 27 08:51:20 UTC 2015 - coolo@suse.com
|
Sat Jun 27 08:51:20 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Parser-MGC
|
Name: perl-Parser-MGC
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Parser-MGC
|
%define cpan_name Parser-MGC
|
||||||
Summary: Build Simple Recursive-Descent Parsers
|
Summary: Build Simple Recursive-Descent Parsers
|
||||||
@@ -45,10 +45,7 @@ regexps used to implement the token parsing behaviour.
|
|||||||
It provides a number of token-parsing methods, which each extract a
|
It provides a number of token-parsing methods, which each extract a
|
||||||
grammatical token from the string. It also provides wrapping methods that
|
grammatical token from the string. It also provides wrapping methods that
|
||||||
can be used to build up a possibly-recursive grammar structure, by applying
|
can be used to build up a possibly-recursive grammar structure, by applying
|
||||||
a structure around other parts of parsing code. Each method, both token and
|
a structure around other parts of parsing code.
|
||||||
structural, atomically either consumes a prefix of the string and returns
|
|
||||||
its result, or fails and consumes nothing. This makes it simple to
|
|
||||||
implement grammars that require backtracking.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|||||||
Reference in New Issue
Block a user