From: Gisle Aas Date: Wed, 8 Oct 2003 04:47:33 +0000 (-0700) Subject: Re: Simple @INC hook core dump [PATCH] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d06aecda430259cf3a0d9ff2d3b3b795ccb5c4b;p=p5sagit%2Fp5-mst-13.2.git Re: Simple @INC hook core dump [PATCH] Message-ID: p4raw-id: //depot/perl@21424 --- diff --git a/pp_ctl.c b/pp_ctl.c index 5a7fdaa..37b0a20 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -3176,6 +3176,7 @@ PP(pp_require) PERL_SCRIPT_MODE); } } + SP--; } PUTBACK;