Re: howto avoid CPANPLUS

2008-09-28 Thread David Golden
On Sun, Sep 28, 2008 at 3:43 AM, Dmitry Karasik <[EMAIL PROTECTED]> wrote: > That's an overkill, I think. I also received lots of PASS, which means that > automated testing works more ofthen than not. I only started receiving fails > generated by YACSmoke, and by YACSmoke only. I suppose there are

Re: howto avoid CPANPLUS

2008-09-28 Thread Chris 'BinGOs' Williams
On Sun, Sep 28, 2008 at 09:43:01AM +0200, Dmitry Karasik wrote: > > Both CPAN and CPANPLUS manipulate PERL5LIB for non-install testing. > > > > So you may actually be better off just avoiding automated testing entirely: > > > > exit if $ENV{AUTOMATED_TESTING} > > That's an overkill, I think. I

Re: howto avoid CPANPLUS

2008-09-28 Thread Dmitry Karasik
> Both CPAN and CPANPLUS manipulate PERL5LIB for non-install testing. > > So you may actually be better off just avoiding automated testing entirely: > > exit if $ENV{AUTOMATED_TESTING} That's an overkill, I think. I also received lots of PASS, which means that automated testing works more oft

Re: howto avoid CPANPLUS

2008-09-27 Thread David Golden
On Sat, Sep 27, 2008 at 5:43 PM, Dmitry Karasik <[EMAIL PROTECTED]> wrote: > On Sun, Sep 28, 2008 at 12:38:29AM +0300, Alexandr Ciornii wrote: > >> This is not CPANPLUS problem it is bug in CPANPLUS::Dist::YACSmoke or >> CPANPLUS::Dist::YACSmoke/CPANPLUS interaction problem. >> CPANPLUS::Dist::YACS

Re: howto avoid CPANPLUS

2008-09-27 Thread David Golden
On Sat, Sep 27, 2008 at 5:38 PM, Alexandr Ciornii <[EMAIL PROTECTED]> wrote: > Hi. > > This is not CPANPLUS problem it is bug in CPANPLUS::Dist::YACSmoke or > CPANPLUS::Dist::YACSmoke/CPANPLUS interaction problem. > CPANPLUS::Dist::YACSmoke has a list of distributions to exclude and is > excluding

Re: howto avoid CPANPLUS

2008-09-27 Thread Dmitry Karasik
On Sun, Sep 28, 2008 at 12:38:29AM +0300, Alexandr Ciornii wrote: > This is not CPANPLUS problem it is bug in CPANPLUS::Dist::YACSmoke or > CPANPLUS::Dist::YACSmoke/CPANPLUS interaction problem. > CPANPLUS::Dist::YACSmoke has a list of distributions to exclude and is > excluding them as prereqs al

Re: howto avoid CPANPLUS

2008-09-27 Thread Dmitry Karasik
> On the other hand, it looks like what's actually failing to load is > Prima::noX11, which doesn't seem to exist on CPAN -- or at least isn't > indexed. So I'm not sure how that dependency could ever be resolved > by a tester or end-user. Is it some unreleased Prima module? Prima::noX11 is a pa

Re: howto avoid CPANPLUS

2008-09-27 Thread Alexandr Ciornii
Hi. This is not CPANPLUS problem it is bug in CPANPLUS::Dist::YACSmoke or CPANPLUS::Dist::YACSmoke/CPANPLUS interaction problem. CPANPLUS::Dist::YACSmoke has a list of distributions to exclude and is excluding them as prereqs also. 2008/9/28 Dmitry Karasik <[EMAIL PROTECTED]>: > I would like to

Re: howto avoid CPANPLUS

2008-09-27 Thread David Golden
On Sat, Sep 27, 2008 at 5:15 PM, Dmitry Karasik <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to ask for an advice, what should I include in my Makefile.PLs to > avoid being run from under CPANPLUS? Ideally, no action should be taken at > all by CPANPLUS when such special instruction is met.

howto avoid CPANPLUS

2008-09-27 Thread Dmitry Karasik
Hello, I would like to ask for an advice, what should I include in my Makefile.PLs to avoid being run from under CPANPLUS? Ideally, no action should be taken at all by CPANPLUS when such special instruction is met. I'm having problems with Image::Match tests (see f.ex. http://www.nntp.perl.org