Recently, I decided to redo the tests for my modules by integrating them with Test::Harness and adding a check of the POD using Test::Pod. It definitely proved to be an eye opening experience, as I thought I had managed to cover my modules fairly well. In the end, I ended up adding about 10-12 additional tests between my three modules. I discovered this by dividing up my current tests into files, as well as looking through the module itself (which has convinced me that I really need to add comments to things, so that I can understand what it was that I wrote).

I was having a problem with Test::Harness at first, but a short email conversation with the maintainer cleared every thing up, so a big thanks to Andy for his help.

Overall, I am quite glad that I did this, as now everything is testing better, and when a test does fail, I get more information, so that I can troubleshoot easier.

TStanley
--------
The only thing necessary for the triumph of evil is for good men to do nothing -- Edmund Burke

In reply to Working with Test::Harness by TStanley

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.