- update to 1.964

* Fixed bug with undefined $1 when parsing literals (thanks Dan!)
 * Fixed premature namespace destruction bug with compiled grammars

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=10
This commit is contained in:
Anna Maresova 2010-02-23 16:03:20 +00:00 committed by Git OBS Bridge
parent 3a83328d15
commit 6f54844e8e
5 changed files with 12 additions and 5 deletions

View File

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

View File

@ -2,7 +2,7 @@ Index: lib/Parse/RecDescent.pm
===================================================================
--- lib/Parse/RecDescent.pm.orig
+++ lib/Parse/RecDescent.pm
@@ -2803,6 +2803,7 @@ sub _check_grammar ($)
@@ -2808,6 +2808,7 @@ sub _check_grammar ($)
sub _code($)
{
my $self = shift;

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 23 16:22:39 CET 2010 - anicka@suse.cz
- update to 1.964
* Fixed bug with undefined $1 when parsing literals (thanks Dan!)
* Fixed premature namespace destruction bug with compiled grammars
-------------------------------------------------------------------
Mon Jan 25 13:40:39 CET 2010 - anicka@suse.cz

View File

@ -21,7 +21,7 @@
Name: perl-Parse-RecDescent
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Perl RecDescent Module
Version: 1.963
Version: 1.964
Release: 1
License: Artistic
Group: Development/Libraries/Perl