On Sat, Oct 24, 2009 at 05:50:34PM -0400, Oleg Alexeenkov via RT wrote:
Show quoted text> Sat Oct 24 17:50:33 2009: Request 50798 was acted upon.
> Transaction: Ticket created by PRO
> Queue: C-Scan
> Subject: (No subject given)
> Broken in: 0.74
> Severity: Unimportant
> Owner: Nobody
> Requestors: PRO@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=50798 >
>
>
> Can't use an undefined value as an ARRAY reference at /usr/local/lib/
> perl5/site_perl/5.10.1/C/Scan.pm line 403.
Too little information. I need context. I think applying the following patch
may provide it:
--- try/.cpan/build/C-Scan-0.74/Scan.pm
+++ Scan.pm Sat Oct 24 18:43:26 2009
@@ -400,6 +400,7 @@ sub parse_struct {
} else {
$vars = parse_vars($chunk);
}
+ warn "<<$chunk>> in <<$in>>\n" unless $vars;
push @$struct, @$vars;
}
$structs->{$structname} = $struct;
Thanks,
Ilya