- update to 1.967003
- Addressed RT.cpan.org #29966: regex with single backslash not recognized. Changed the definition of $TOKEN to handle backslashes inside of regex patterns. - Skip tests in t/reentry.t if Test::Warn isn't available. - Remove the 'use 5.10' from t/skip_dynamic.t, it runs fine against Perl 5.8.9. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=32
This commit is contained in:
parent
e4e27db9a1
commit
f4a5ab77dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbd74586f7687c47a03d6dc9aac8af02fbc3a7bfa024de7550f9258bfa246e24
|
||||
size 166529
|
3
Parse-RecDescent-1.967003.tar.gz
Normal file
3
Parse-RecDescent-1.967003.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4dac8dad012a7eef271a0ac8ec399f9e3b0b53902644df9c208daef8b4b7f0a
|
||||
size 166765
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 09:31:58 UTC 2012 - vcizek@suse.com
|
||||
|
||||
- update to 1.967003
|
||||
- Addressed RT.cpan.org #29966: regex with single backslash not
|
||||
recognized. Changed the definition of $TOKEN to handle
|
||||
backslashes inside of regex patterns.
|
||||
- Skip tests in t/reentry.t if Test::Warn isn't available.
|
||||
- Remove the 'use 5.10' from t/skip_dynamic.t, it runs fine
|
||||
against Perl 5.8.9.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 02:34:17 UTC 2012 - vcizek@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: perl-Parse-RecDescent
|
||||
Version: 1.967001
|
||||
Version: 1.967003
|
||||
Release: 0
|
||||
%define cpan_name Parse-RecDescent
|
||||
Summary: Generate Recursive-Descent Parsers
|
||||
|
Loading…
Reference in New Issue
Block a user