From: Rafael Garcia-Suarez Date: Sun, 18 Jan 2009 22:15:36 +0000 (+0100) Subject: Make B::Deparse handle the _ prototype X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21b521587093ec1c2a5c9d95eb360a923a70e57f;p=p5sagit%2Fp5-mst-13.2.git Make B::Deparse handle the _ prototype This notably fixes: [perl #62484] B::Deparse hangs on called subs with $;_ prototype --- diff --git a/ext/B/B/Deparse.pm b/ext/B/B/Deparse.pm index c398ddb..1407b38 100644 --- a/ext/B/B/Deparse.pm +++ b/ext/B/B/Deparse.pm @@ -3230,7 +3230,7 @@ sub check_proto { # An unbackslashed @ or % gobbles up the rest of the args 1 while $proto =~ s/(?deparse($arg, 6); } else {