ah ha - Doug's patch to op.c that was applied Saturday seems to be the
culprit - if I back it out the call to bootstrap() works again.
BTW, this wasn't just hanging up Dispatch.pm, but anything that was using
Apache::ExtUtils, like Apache:RefererBlock...
--Geoff
> -----Original Message-----
> From: Jarkko Hietaniemi [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 12, 2001 12:40 AM
> To: Doug MacEachern
> Cc: Gisle Aas; Perl 5 porters
> Subject: Re: undef(&foo) does not work for XS functions
>
>
> On Fri, May 11, 2001 at 05:52:02PM -0700, Doug MacEachern wrote:
> > On 11 May 2001, Gisle Aas wrote:
> >
> > > > }
> > > > + if (CvXSUB(cv)) {
> > > > + CvXSUB(cv) = 0;
> > > > + }
> > >
> > > What good did the if do?
> >
> > i did it that way to make it clearer and incase anything
> else needs tobe
> > done in the future if CvXSUB(cv) is true. patch below
> should work just as
> > well, take your pick.
>
> I took the earlier version. If the extra if () turns out to be
> a performance sink, we can take it away.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]