forked from pool/perl-Parse-RecDescent
add missing patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=17
This commit is contained in:
parent
0f0c27172f
commit
6afbd1577b
10
Parse-RecDescent-1.965001.diff
Normal file
10
Parse-RecDescent-1.965001.diff
Normal file
@ -0,0 +1,10 @@
|
||||
--- lib/Parse/RecDescent.pm.orig
|
||||
+++ lib/Parse/RecDescent.pm
|
||||
@@ -2808,6 +2808,7 @@
|
||||
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