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::YACSmoke has a list of distributions to exclude and is
>> excluding them as prereqs also.
>
> Ok, fine with me. How do I avoid CPANPLUS::Dist::YACSmoke then?
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}
Though I'd rather try to find a way to get your build system working
in a way that's more compatible with what CPAN and CPANPLUS expect,
but since your Makefile.PL/Makefile are so custom, I can see how
that's more trouble than it's worth.
-- David