I was able to remove the error by deleting the par unzipping directories in /tmp/par*.

I wonder if that will work for all situations ?

I can remember PAR playing the same trick a few years back - it was a different module involved (Compress::Zlib, I think), but the same annoying trick. I forget the precise circumstances. Did you build PAR itself ? or did you install a pre-compiled version that was built for your platform ? (My vague recollection is that the original problem to which I refer applied to the latter case.)

I would probably try to address this particular issue wrt Set::Object by first ascertaining the version of Set::Object that's installed. Then, if it's 1.22, I'd install 1.21 ... or if it's 1.21, I'd install 1.22.

But, in any case, it's a bug - and you could consider reporting it. At a quick glance, it doesn't appear to have been reported to rt.cpan.org, so you could report it there, or just raise it on the PAR mailing list if you prefer.

Cheers,
Rob

In reply to Re: Object version x.yz does not match bootstrap parameter a.bc by syphilis
in thread Object version x.yz does not match bootstrap parameter a.bc by Anonymous Monk

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.