Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Goodly monks,

I am having a problem when I connect eclipse/EPIC ide to my CVS repo. Various modules now have version conflicts and will not run in the IDE, here is a typical example when a locally developed module in CVS tries to 'use Time::HiRes (usleep)':

Time::HiRes object version 1.86 does not match $Time::HiRes::XS_VERSIO +N 1.66 at C:/Perl/lib/DynaLoader.pm line 253. Compilation failed in require at C:/.../lib/Local/Event.pm line 20. BEGIN failed--compilation aborted at C:/.../lib/Local/Event.pm line 20 +.

my c:\perl\lib\Time\HiRes VERSION is '1.66'

I guess this is a conflict between a version in my repo and the local PC version though running ppm upgrade localy I find there is no more up to date version of Time::HiRes in active state. The CVS does have Linux and Unix modules too, all this has to run on AIX, Linux and *doze. Is it possible Autoloader is trying to pull in one of these ?

Why would autoloader not get a module from the same installed tree as the .pm comes from ? Is there an way to see where Autoloader is getting the conflicting version from ? I am stumped

Thanks in advance,
R.

Pereant, qui ante nos nostra dixerunt!

In reply to Debugging module version conflicts by Random_Walk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-20 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found