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:
Stephan Kulow 2010-10-19 08:58:57 +00:00 committed by Git OBS Bridge
parent d4bd15dbc4
commit 0f0c27172f

View File

@ -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;