On Fri, Feb 13, 2009 at 3:20 PM, Bill Ward <b...@wards.net> wrote: > On Fri, Feb 13, 2009 at 12:40 PM, Eric Wilhelm <scratchcomput...@gmail.com> > wrote: > >> Anything in your @INC in Build.PL will be added to ./Build, so "perl -I" >> is probably your best bet. > > So, if I used "perl -I" on Build.PL, it would remember that when doing Build > itself?
Yes, that's right. -Ken