Re: cpan test redux...better, but... still shouldn't be on CPAN

"mem" is particularly bad name for a pragma, "mem" has nothing to do with memory; markloaded or markused sound better (and like they should be part of Module::Loaded)

P is a particularly bad name for a module, its a single letter top level namespace . So it exports a function of the same name P ( and Pe), doesn't make P a good module name -- If you need it available from a commandline consider your own Toolkit

PAUSE: pause_namingmodules On The Naming of Modules

CPAN Testers Reports: Report for P-1.1.4 shows a different failure mode (bugs in your code)

So now I'm getting 'mem' being both present and non-present in the same test. This doesn't make sense.

Funny, and then what happened?

If your test suite isn't telling you what's going on, improve it

I did contact the tester with all the fails ... and asked if they could think of anything that might be causing this... will have to see if they have ideas or even respond (they might be busy or something)...

When I was a tester, I did not appreciate being contacted like this; cpantesters isn't perlmonks/stackoverflow ... they run your test suite and submit reports automatically, most everything else is up to you; If your tests don't tell you enough about what the problem is, write better tests "Can't CPAN Testers read? I have detailed the format I require for bug reports!"

Just something to keep in mind because excessive "spam" from authors can drive some cpantesters away , its partially why I quit cpantesters

Got email back from user. They said it looked like the program under test ...

I just read this part of your post, well /dev/null isn't portable for starters ...

ddumperBasic debugging checklist Basic debugging checklist item 4 works for debugging even in test suites

Thats all the interest I've managed to muster, I'm fickle lately


In reply to Re: cpan test redux...better, but... still shouldn't be on CPAN by Anonymous Monk
in thread cpan test redux...better, but... by perl-diddler

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.