On Saturday 10 May 2008 20:39:55 Chris Dolan wrote: > I can reproduce it now after "make realclean; svn update; perl > Configure.pl; make", but I didn't see it before. Odd... > > Anyway, the problem was the /()(?: () )*/ regex construct which > returned an undef match for the second capture. I added a "grep > {defined $_}" which fixed it. The attached patch includes that > revision. > > Thanks for reviewing the patch!
Thanks, applied as r27738. -- c