http://www.perlmonks.org?node_id=616738


in reply to Re: Debugging module version conflicts
in thread Debugging module version conflicts

That did the trick. Some injudicious copying of perl addins from another machine had put the .dll but not the .pm into the CVS tree. The CVS code comes first in the path so the local .pm tried to load the wrong .dll out the CVS. This was obviously clear when I set the debug in a BEGIN block. Cleaned up the CVS tree and everything is now OK.

Thanks a million,
R.

Pereant, qui ante nos nostra dixerunt!
  • Comment on Re^2: Debugging module version conflicts