- 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:
parent
3a83328d15
commit
6f54844e8e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d63ed0cfe1273ecc06bcf920fd3b3216fde801b7614a6dd49115facceeda3dfe
|
||||
size 137309
|
@ -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;
|
3
Parse-RecDescent-1.964.tar.bz2
Normal file
3
Parse-RecDescent-1.964.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9b8a6df3da34a82a4c4b5d807b17098cc7249f8bca1e5877fc29494b219099f
|
||||
size 137465
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user