On Thu, Aug 20, 2009 at 12:19:54PM +0200, Merijn Broeren wrote: > Quoting Dave Mitchell (davem@iabyn.com): > > I've just uploaded 5.10.1-RC2 to CPAN. > > > I get one test failure : > > Failed 1 test out of 1663, 99.94% okay. > ../lib/parent/t/parent-pmc.t > > which is most likely due to the fact that I compiled it with > -DPERL_DISABLE_PMC. Yes, I discovered this yesterday, and I've mailed a proposed patch for that test to Max Maischein. Hence why there was also this patch: http://perl5.git.perl.org/perl.git/commit/f89a1e08e6fb41e93df685b7f838ff9bf916 diff --git a/perl.c b/perl.c index 34fb282..9ef9cd7 100644 --- a/perl.c +++ b/perl.c @@ -1770,6 +1770,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) # ifdef NO_MATHOMS " NO_MATHOMS" # endif +# ifdef PERL_DISABLE_PMC + " PERL_DISABLE_PMC" +# endif # ifdef PERL_DONT_CREATE_GVSV " PERL_DONT_CREATE_GVSV" # endif Nicholas ClarkThread Previous | Thread Next