On 22/10/02 10:34 +0100, Mark Fowler wrote: > On Mon, 21 Oct 2002, Brian Ingerson wrote: > > > http://ttul.org/~ingy/release/Inline-0.44-TRIAL7.tar.gz > > > Well, this is it. Mitchell's parser passes all tests. I will ship this > > version as 0.44 on Thursday morning, unless any bugs are reported. > > Okay, I'm confused. Does Inline-0.44 require Parse::RecDescent anymore or > not? Since I can't install Parse::RecDescent[1], I tried TRIAL7 without > it and it blew up spectacularly. Is this still a required module?
Well it depends on whether we want to make ParseRegExp the default parser. I kind of want to wait until the next release to do that. (So, yes, P::RD is required still) > Mark. > > [1] > > I'm running: > > mark@mirth:~/inline/Inline-0.44-TRIAL7$ ~/bin/perl5.005_03 -v > > This is perl, version 5.005_03 built for ppc-linux > > And when I grab PRD from The CPAN it gives me this error: > > ok 7 > Assertion failed: file "pp.c", line 2662 at > blib/lib/Parse/RecDescent.pm line 1743. > make: *** [test_dynamic] Error 29 > /usr/bin/make test -- NOT OK Is this 5.5.3 built with debugging? I think I remember this bug. AFAIK, you can just install P::RD anyway. At least for Inline testing :) Cheers, Brian
