http://qs321.pair.com?node_id=522741


in reply to Has anyone had a this error: File::Glob object version 1.04 does not match bootstrap parameter 1.02 at c:/Perl/lib/DynaLoader.pm

The usually means that something went out-of-sync. Which version of perl are you using? File::Glob 1.04 comes with perl5.8.7, and that's the first time that version of File::Glob shows up in the core. File::Glob 1.02 came with perls 5.8.1 to 5.8.4. Did you somehow let one pollinate the other?

--
brian d foy <brian@stonehenge.com>
Subscribe to The Perl Review
  • Comment on Re: Has anyone had a this error: File::Glob object version 1.04 does not match bootstrap parameter 1.02 at c:/Perl/lib/DynaLoader.pm

Replies are listed 'Best First'.
Re^2: Has anyone had a this error: File::Glob object version 1.04 does not match bootstrap parameter 1.02 at c:/Perl/lib/DynaLoader.pm
by JFarr (Sexton) on Jan 12, 2006 at 16:40 UTC
    I guess that could have happened, I updated an older version of ActivePerl with the latest one. I would have assumed ( my bad, you know what they say about assuming :) ) the update would have overwritten the files. I'll try and delete the directory and reinstall ActivePerl. Thanks