- 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:
Vítězslav Čížek 2012-01-31 09:43:29 +00:00 committed by Git OBS Bridge
parent e4e27db9a1
commit f4a5ab77dd
4 changed files with 15 additions and 4 deletions

View File

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

View File

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

View File

@ -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 Mon Jan 30 02:34:17 UTC 2012 - vcizek@suse.com

View File

@ -16,7 +16,7 @@
# #
Name: perl-Parse-RecDescent Name: perl-Parse-RecDescent
Version: 1.967001 Version: 1.967003
Release: 0 Release: 0
%define cpan_name Parse-RecDescent %define cpan_name Parse-RecDescent
Summary: Generate Recursive-Descent Parsers Summary: Generate Recursive-Descent Parsers