# from Bill Ward
# on Friday 13 February 2009 12:22:

>it can't find Module::Build!
>
>I suppose I could use "perl -I" or PERL5LIB to specify the path, but I
> was looking for something analagous to the LIB= argument that I could
> give to Build.PL, and have that be propagated into the Build script
> that it generates.  However, a perusal of the Module::Build man page
> didn't reveal any obvious answers.  Is there such a feature?

If there were, it would have to be a compile-time feature of the 
Build.PL -- because you can't find M::B until you can find it ;-)

Anything in your @INC in Build.PL will be added to ./Build, so "perl -I" 
is probably your best bet.

--Eric
-- 
Consumers want choice, consumers want openness.
--Rob Glaser
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to