Davewhite has asked for the wisdom of the Perl Monks concerning the following question:


Hi All,

I have recently downloaded the threads.pm (version 1.73)from CPAN and replaced my previous threads.pm (version 1.31)with it.

I am getting following error while perl script execution : " threads object version 1.31 does not match bootstrap parameter 1.73 at C:/Perl/lib/Dynaloader.pm

Please suggest how to get away from this error.

Regards Dave
  • Comment on threads object version 1.31 does not match bootstrap parameter 1.73

Replies are listed 'Best First'.
Re: threads object version 1.31 does not match bootstrap parameter 1.73
by Anonymous Monk on Jul 27, 2009 at 06:08 UTC

      Thanks for the reply

      Getting Error message : Can't find any package that provide threads.

      Thanks Dave
Re: threads object version 1.31 does not match bootstrap parameter 1.73
by imrags (Monk) on Jul 27, 2009 at 11:44 UTC
    Please visit Re: how to install cpan modules in windows XP?
    and since in your case, perl module is already installed, you need to update it.
    try:
    ppm update threads
    or
    just type ppm on the command line.
    If you get a GUI, you can check on the threads module to update it
    Raghu