in reply to Re^2: More on "IO object version does not match bootstrap parameter" error
in thread More on "IO object version does not match bootstrap parameter" error

It's probably a problem beyond your control; for example, for the particular failure of ExtUtils-ModuleMaker-0.39, within the same run for this particular testing machine, the same failure was reported for

Earlier on in this run IO-1.22 was tested, and passed, probably as a result of some other package requiring it. What probably happens is that the build directory for this IO-1.22 gets added to @INC in a way so as to cause this version mis-match within the testers machine.

Thus, it seems that this failure depends on some other package happening to have a prerequisite of IO that is tested before your package is tested. You can't do very much about that, beyond reporting the problem to the authors of the automated testing software.

  • Comment on Re^3: More on "IO object version does not match bootstrap parameter" error

Replies are listed 'Best First'.
Re^4: More on "IO object version does not match bootstrap parameter" error
by jkeenan1 (Deacon) on Sep 11, 2005 at 23:34 UTC
    I was hoping that someone would know how to cross-check distributions for the presence of this error!

    Thanks, randyk!

    Jim Keenan