removed patch no longer needed (to pass tests)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=16
This commit is contained in:
parent
d4bd15dbc4
commit
0f0c27172f
@ -1,12 +0,0 @@
|
||||
Index: lib/Parse/RecDescent.pm
|
||||
===================================================================
|
||||
--- lib/Parse/RecDescent.pm.orig
|
||||
+++ lib/Parse/RecDescent.pm
|
||||
@@ -2808,6 +2808,7 @@ sub _check_grammar ($)
|
||||
sub _code($)
|
||||
{
|
||||
my $self = shift;
|
||||
+ $skip = "" if(! defined $skip);
|
||||
my $code = qq{
|
||||
package $self->{namespace};
|
||||
use strict;
|
Loading…
Reference in New Issue
Block a user