This wasn't just any module, it is in the perl core.

I didn't expect perl 5.8 to have binary compatibility with perl 5.6.X.

One of the challenges with testing is trying things on the many different versions of systems. Imagine CPAN test results as a table, where the rows of the table are the modules, and the columns of the table are all the possible configurations of perl, I think that only a very small percentage of the table is filled in. It's a really great project and I hope that the table continues to become more filled-in.

Yet I'm not sure that the cpan testers would have found this particular problem with an automated CPAN testing process. The module passed its tests. It just broke perl when I installed it. In a response to chromatic's node below, I have included more details about what happened.

I don't expect every module to be backwards compatible. But if a pure perl module is in the core, and passes its tests, I don't expect it to break perl itself when it is installed. For the most part, my expectation has been met. I think that there is a big challenge to make a transition such as 5.6.0/1 to 5.6.8 work smoothly, and perhaps some modules have trouble with this.

It should work perfectly the first time! - toma


In reply to Re: Re: Module installation can be harmful by toma
in thread Module installation can be harmful by toma

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.