1
0
Christian Wittmer 2010-10-19 19:34:44 +00:00 committed by Git OBS Bridge
parent 0f0c27172f
commit 6afbd1577b

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