# from Eric Wilhelm
# on Sunday 28 September 2008:
># from Dmitry Karasik
># on Sunday 28 September 2008:
>
>>> 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.
>>
>>In Prima's case that should work, but it won't in general case.
>
>So `ln -s ../ blib` would do the trick?
ENOTAWAKEYET. That is: `mkdir blib; ln -s ../../ blib/lib`. And of course,
only when you have symlinks and only for the purposes of appearing to be a
standard distro, etc, and doesn't solve the problem in general for cpantesters
but does allow the 2500 line Makefile.PL to go largely unchanged.
--Eric
--
"It is a mistake to allow any mechanical object to realize that you are in a
hurry."
--Ralph's Observation
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------