There's a huge difference between "Hey, your test number 47 failed." and "It doesn't work".

Even if it's the first case, the reporter should be able to tell me, at least upon request, what version of Perl and what operating system he/she has. My test scripts tend to print some info about the environment at the beginning, but it's definitely not sensible to repeat that info with each and every failed test. So even "your test number 47 failed" is not a good report. "I tried to build your module and the tests failed, here's the test output ...". That's the one I want. On the other hand ... how often do you get a notification about your tests failing and how often do you get an email about some script (often not included) not working with your module? I was talking (mainly) about the later!

Jenda
Enoch was right!
Enjoy the last years of Rome.


In reply to Re^5: Sometimes, just saying "Thank You" is not good enough by Jenda
in thread Sometimes, just saying "Thank You" is not good enough 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.