Re: cpantesters system setting AUTHOR_TESTING=1

2013-11-05 Thread Nigel Horne

On 05/11/13 13:28, Karen Etheridge wrote:

Hi Nigel,
I noticed that you've been setting AUTHOR_TESTING=1 in your automated
testing system, e.g. in this report:
http://www.cpantesters.org/cpan/report/3cda2ae8-3bf6-11e3-b8f6-b09be320165c

That's because it's actually testing my own modules.  I wonder if I can
set AUTHOR_TESTING on my modules, but not on those it loads. Let me
think about that one.

Is this some sort of travis-like system that installs all prereqs first, then
tests your modules?  If so, you should not set AUTHOR_TESTING until after all
prereqs have been satisfied.


Prerequisites is set to 'follow' in MyConfig.pm.  I have now stopped 
setting it to follow when AUTHOR_TESTING is set.  Has the noise stopped?


Regards,

-Nigel




smime.p7s
Description: S/MIME Cryptographic Signature


Re: cpantesters system setting AUTHOR_TESTING=1

2013-11-05 Thread Karen Etheridge

> > Hi Nigel,
> > I noticed that you've been setting AUTHOR_TESTING=1 in your automated
> > testing system, e.g. in this report:
> > http://www.cpantesters.org/cpan/report/3cda2ae8-3bf6-11e3-b8f6-b09be320165c
> 
> That's because it's actually testing my own modules.  I wonder if I can 
> set AUTHOR_TESTING on my modules, but not on those it loads. Let me 
> think about that one.

Is this some sort of travis-like system that installs all prereqs first, then
tests your modules?  If so, you should not set AUTHOR_TESTING until after all
prereqs have been satisfied.