Hi,

My perl-5.12.0 installation has DynaLoader-1.10.
My perl-5.14.0 installation has DynaLoader-1.13

If I replace my 5.14.0 DynaLoader.pm with the 5.12.0 DynaLoader.pm, then (using perl-5.14.0) any attempt to load DynaLoader.pm results in the error:
DynaLoader object version 1.13 does not match $DynaLoader::VERSION 1.1 +0 at C:/perl514_M/lib/DynaLoader.pm line 91. Compilation failed in require at -e line 1.
Fair enough - that's the error you'd expect if a "DynaLoader object" exists, and its version is checked against $DynaLoader::VERSION.
The thing that's now got me puzzled is what's the name of this DynaLoader object, and where is it located ?

Is it built into the perl514.dll ?
If so, then I guess that makes it a bit more difficult to downgrade DynaLoader - one would have to rebuild perl.

(I'm faced with a strange load error with PDL::Graphics::PLplot and pthreads - one that doesn't occur with perl-5.12 and earlier. I was curious to see whether the later version of DynaLoader might have a hand in it ... but if that can't easily be tested, it's probably not worth doing.)

Cheers,
Rob

In reply to Where (and what) is "DynaLoader object" by syphilis

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.