Changes: Thanks, I'll look into that. Obviously there aren't any changes yet, but I usually put a changes section into my documentation. I'll see what the standard you mention says & try to stick to that.

When I have tried to use Devel::Cover, I have found the output incomprehensible, even with the help of documentation. I was hoping to see some output from the automated CPAN processes, too, but I accept that it may be too early. I was planning to try the docs again if I got some output from the CPAN processes that I could compare.

Regards,

John Davies

Update: I have put all my tests into a single file (the only way I could work out how to get them all through) & run Devel::Cover. The output is:

---------------------------- ------ ------ ------ ------ ------ ------ + ------ File stmt bran cond sub pod time + total ---------------------------- ------ ------ ------ ------ ------ ------ + ------ XML/Lenient.pm 100.0 67.7 88.8 100.0 n/a 39.4 + 88.8 xml/cover.t 100.0 n/a n/a 100.0 n/a 60.5 + 100.0 Total 100.0 67.7 88.8 100.0 n/a 100.0 + 93.1 ---------------------------- ------ ------ ------ ------ ------ ------ + ------
I still have questions the docs don't answer to my comprehension, but these results may make sense to someone.


In reply to Re^2: XML::Lenient - my first CPAN module by davies
in thread XML::Lenient - my first CPAN module by davies

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.