On Sun, Sep 28, 2008 at 3:44 AM, Dmitry Karasik <[EMAIL PROTECTED]> wrote:
>> >Prima::noX11 is a part of Prima. It is not found because CPANPLUS
>> > apparently doesn't execute "make install", but relies on hacking
>> > $ENV{PERL5LIB}. This doesn't work for Prima, because its build
>> > process is not based on populating ./blib.
>>
>> That's special. Seems like a patch to its Build.PL would be an
>> appropriate solution.
>
> That's not that easy as it seems. How about CPANPLUS does the proper
> thing when it detects that there's no blib?
If we can define "proper thing", I'll look into patching both CPANPLUS
and CPAN.
Would it be enough to just add the distribution directory itself to
PERL5LIB? That has some risk of polluting @INC in a way that could
cause problems -- but I think the risk is low.
-- David