On Sun, Feb 14, 2010 at 8:47 PM, Michael G Schwern <schw...@pobox.com> wrote: > This has worked for some time, "inc" gets added to ./Build. But it appears > not to with certain versions of Module::Build, I'm trying to track down > what. Build can't find Local::Module::Build, its not in its @INC. > > Any idea when this bug was fixed so I can add in the proper MB dependency?
It was fixed in 0.36: - resume() was not restoring additions to @INC added in Build.PL (RT#50145) [David Golden] N.B. If you build your dist with M::B 0.35+, don't already have M::B in configure_requires and don't explicitly turn *off* auto_configure_requires, you will automatically get the last "major" version of M::B added as a configure_requires. -- David