in reply to Debugging module version conflicts
andperl -MTime::HiRes -e "print $Time::HiRes::XS_VERSION"
Looking at Hires.pm, it seems to me that $XS_VERSION and $VERSION should be the same, and I therefore expect that the above two commands both produce the same output - and that the output is an error message very similar to the one you reported.perl -MTime::HiRes -e "print $Time::HiRes::VERSION"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Debugging module version conflicts
by Random_Walk (Prior) on May 21, 2007 at 15:16 UTC | |
by almut (Canon) on May 21, 2007 at 15:28 UTC |